[ << Specialist notation ] | [Anfang][Inhalt][Index][ ? ] | [ General input and output >> ] | ||
[ < Right-hand fingerings ] | [ Nach oben : Fretted string instruments ] | [ Indicating position and barring > ] |
2.4.2 Guitar
Die meisten der Besonderheiten von Gitarrennotation wurden im allgemeinen Abschnitt behandelt, aber es gibt noch einige, die hier gezeigt werden sollen. Teilweise soll ein Lead-sheet nur die Akkordsymbole und den Gesangstext enthalten. Da LilyPond ein Notensatzprogramm ist, wird es nicht für derartige Projekte empfohlen, die keine eigentliche Notation beinahlten. Anstattdessen sollte ein Textbearbeitungsprogramm, oder ein Satzprogramm wie GuitarTeX (für erfahrende Benutzer) eingesetzt werden.
Indicating position and barring | ||
Indicating harmonics and dampened notes |
[ << Specialist notation ] | [Anfang][Inhalt][Index][ ? ] | [ General input and output >> ] | ||
[ < Guitar ] | [ Nach oben : Guitar ] | [ Indicating harmonics and dampened notes > ] |
Indicating position and barring
Das Beispiel zeigt, wie man Griff- und Barreposition notieren kann.
\clef "treble_8" b16 d g b e \textSpannerDown \override TextSpanner #'(bound-details left text) = #"XII " g16\startTextSpan b16 e g e b g\stopTextSpan e16 b g d
See also
Notationsreferenz: Text spanners.
Schnipsel: Fretted strings, Expressive marks.
[ << Specialist notation ] | [Anfang][Inhalt][Index][ ? ] | [ General input and output >> ] | ||
[ < Indicating position and barring ] | [ Nach oben : Guitar ] | [ Banjo > ] |
Indicating harmonics and dampened notes
Besondere Notenköpfe können eingesetzt werden, um gedämpfte Noten oder Flageoletttöne anzuzeigen. Flageoletttöne werden normalerweise mit einem Text erklärt.
\relative c' { \clef "treble_8" \override Staff.NoteHead #'style = #'cross g8 a b c b4 \override Staff.NoteHead #'style = #'harmonic-mixed d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1 }
See also
Notationsreferenz: Special note heads, Note head styles.
Schnipsel: Fretted strings.
[ << Specialist notation ] | [Anfang][Inhalt][Index][ ? ] | [ General input and output >> ] | ||
[ < Indicating position and barring ] | [ Nach oben : Guitar ] | [ Banjo > ] |