X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-voice.ly;h=06b9e8ab55890a3094588bf35f51a28f2eaec3c2;hb=1d70a1731d2e4e14e13256d6fb3c46d7d5262481;hp=21fca2682ab3404167a27690a895f91edf64ec1d;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/accidental-voice.ly b/input/regression/accidental-voice.ly index 21fca2682a..06b9e8ab55 100644 --- a/input/regression/accidental-voice.ly +++ b/input/regression/accidental-voice.ly @@ -1,7 +1,8 @@ -\version "2.4.0" +\version "2.7.39" +\layout { ragged-right = ##t } \header{ -texidoc=" + texidoc=" This shows how modern cross voice auto cautionary accidentals are handled. The first two fisses get accidentals because they belong to different voices. The first f gets cautionary natural because of previous measure. @@ -12,31 +13,28 @@ The last f gets cautionary natural because fis was only in the other voice. voicea = \transpose c c' { - \stemUp - fis2 a2 f4 fis a2 + \stemUp + fis2 a2 f4 fis a2 } voiceb = \transpose c c' { - \stemDown - c2 fis2 f4 c f2 + \stemDown + c2 fis2 f4 c f2 } -\score { - << - - \new NoteNames { - \set printOctaveNames = ##f - \voicea - } - \context Staff << - #(set-accidental-style 'modern-voice-cautionary) - \new Voice \voicea - \new Voice \voiceb - >> - \new NoteNames { - \set printOctaveNames = ##f - \voiceb +<< + + \new NoteNames { + \set printOctaveNames = ##f + \voicea + } + \context Staff << + #(set-accidental-style 'modern-voice-cautionary) + \new Voice \voicea + \new Voice \voiceb + >> + \new NoteNames { + \set printOctaveNames = ##f + \voiceb - } - >> -\layout { raggedright = ##t } -} + } +>>