X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=88131f516d16125fb934cbb903d9af4ad1a62944;hb=refs%2Fheads%2Fupstream-mut;hp=f9f416e6dff5a5b5fbf76d85df9eff6cf60768de;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index f9f416e6df..88131f516d 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,32 +1,30 @@ -\version "1.7.16" +\version "2.17.6" \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 + } +>> +