X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fnote-line.ly;h=47c35f9d095b26e072cea80e33fe79784e2e5266;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=c452027d9d26df1f77ecc68dd743bd7dfe6e5eb0;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index c452027d9d..47c35f9d09 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,32 +1,30 @@ -\version "1.7.18" +\version "2.11.51" \header { -texidoc = "Note head lines (eg glissando) + texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } -\include "paper20.ly" -\include "norsk.ly" +su = { \change Staff = up} +sd = { \change Staff = down} -su = \notes{ \translator Staff = up} -sd = \notes{ \translator Staff = down} -\score { - \context PianoStaff - \notes < - \context Staff = up { - \property PianoStaff.connectArpeggios = ##t - \showStaffSwitch - \clef F - c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1 - } - \context Staff = down { - \clef F s1*4 - } - > -\paper { - linewidth = 8.0 \cm -} +\layout { + line-width = 8.0 \cm } -%% new-chords-done %% + +\context PianoStaff +<< + \new Staff = "up" { + \override Glissando #'breakable = ##t + \set PianoStaff.connectArpeggios = ##t + \showStaffSwitch + \clef F + c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1 + } + \new Staff = "down" { + \clef F s1*4 + } +>> +