装飾音は入れ方が何通りかあります。
\grace , \appoggiatura , \accacciatura
グリーグの朝では、appoggiaturaを使って入れました。
英語のウィキペディアの装飾音(Ornament)のところでは、
1.1 Trill
1.2 Mordent
1.3 Turn
1.4 Appoggiatura
1.5 Acciaccatura
1.6 Glissando
1.7 Schleifer
という分類をしています。
morgenstimmung01.midi
morgenstimmung01.pdf
\version "2.16.0" \header { title = "グリーグ朝(リード譜)" subtitle = "Morgenstimmung" composer = "E. Grieg" } global = { \key es \major \numericTimeSignature \time 6/8 \tempo 4=80 } chordNames = \chordmode { \global % Chords follow here. \set chordChanges = ##t es2. es es4. c:m es2. es es es 4. c:m g2. g g g4. g:aug g2. g g g4. c:m bes2. bes bes bes bes:7 es es es4. c:m f2.:m7 f:m7 f:m7 f4.:m7 f:m6 g:m7 es as:maj7 f:m g2. g f:m f:m g4. as g as g2. g4. bes:7 es c:m es c:m es c:m es c:m es2. c:m es es } melody = \relative c'' { \global % Music follows here. bes 8 g f es f g |%1 bes \appoggiatura {g16[ as]} g8 f es f16 g f g |%2 \appoggiatura{g16[as]}bes8 g bes c g c |%3 bes g f es4 r8 |%4 bes' 8 g f es f g |%5 bes \appoggiatura {g16[ as]} g8 f es f16 g f g |%6 \break \appoggiatura{g16[as]}bes8 g bes c g c |%7 d b a g4 r8 |%8 d' b a g a b |%9 d \appoggiatura{b16[c]}b8 a g a16 b a b |%10 \appoggiatura{b16[c]}d8 b d es! b es |%11 d b a g4 r8|%12 \break d' b a g a b |%13 d \appoggiatura{b16[c]}b8 a g a16 b a b |%14 \appoggiatura{b16[c]}d8 b d es! b es |%15 f d c bes!4 r8 |%16 f' d c bes c16 d c d |%17 f8 d c bes c16 d c d |%18 \break f8 d bes f d bes |%19 f''8 d bes f d bes |%20 bes' g f es f g |%21 bes g f es f16 g f g |%22 bes8 g bes c g c |%23 c as g f4 r8 |%24 \break c' as g f g as |%25 c as g f g16 as g as |%26 c8 as c c as c |%27 d bes d es bes es |%28 es c es f c f |%29 g4. d |%30 \break b g |%31 g f |%32 es f |%33 g' es,4 f8 |%34 g'4. es,4 f8 |%35 g2.~ |%36 g4. bes!4. |%%37 bes8 g f es f g |%38 \break bes g f es f16 g f g |%39 bes'8 g f es f g |%40 bes8 g f es f16 g f g |% bes2. |% c,2. |% es2.~ |% es4 r8 r4 r8 |% \bar "|." } verse = \lyricmode { % Lyrics follow here. } \score { << \new ChordNames \with{midiInstrument=#'"blown bottle"} \chordNames \new Staff { \melody } \addlyrics { \verse } >> \layout { } \midi { } }