Test:Lilypond: Forskjell mellom sideversjoner

Fra Wiki
Hopp til navigering Hopp til søk
Ingen redigeringsforklaring
Ingen redigeringsforklaring
Linje 5: Linje 5:
gis(b e)e,(gis b)b,(e gis)gis,(b e)e,(gis? b e)
gis(b e)e,(gis b)b,(e gis)gis,(b e)e,(gis? b e)
}
}
</music>
<music>
flat = \markup { \raise #0.4 \smaller \musicglyph #"accidentals--2" }
sharp = \markup { \raise #0.6 \smaller \musicglyph #"accidentals-2" }
textcodaysym = \markup { \hspace #1 \raise #1.1 \musicglyph #"scripts-coda"}
StaffA = \notes\relative c' {
        \partial 1
        c'4 e c }
\score {
        \simultaneous {
                \set Score.skipBars = ##t
                \set Score.melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy)
                \context Staff="StaffA" \StaffA
        }
        \paper {
                linewidth = 170.000 \mm
                textheight = 250.000 \mm
        }
}
</music>
</music>

Sideversjonen fra 5. sep. 2005 kl. 21:33

<music> \notes \relative c' { e16-.->a(b gis)a-.->c(d b)c-.->e(f dis)e-.->a(b a)

gis(b e)e,(gis b)b,(e gis)gis,(b e)e,(gis? b e) } </music>

<music> flat = \markup { \raise #0.4 \smaller \musicglyph #"accidentals--2" } sharp = \markup { \raise #0.6 \smaller \musicglyph #"accidentals-2" } textcodaysym = \markup { \hspace #1 \raise #1.1 \musicglyph #"scripts-coda"}

StaffA = \notes\relative c' {

       \partial 1
       c'4 e c }

\score {

       \simultaneous {
               \set Score.skipBars = ##t
               \set Score.melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy)
               \context Staff="StaffA" \StaffA
       }
       \paper {
               linewidth = 170.000 \mm
               textheight = 250.000 \mm
       }

} </music>