X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-voice.ly;h=61cebc562525aceb5b24818af1bfecc60262aeea;hb=3ecc98aa5db8a47adcf9defc4ec9fc018c5cc47d;hp=1a8f1d49488433127b2c3bef8c1537a9cc86c44b;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/accidental-voice.ly b/input/regression/accidental-voice.ly index 1a8f1d4948..61cebc5625 100644 --- a/input/regression/accidental-voice.ly +++ b/input/regression/accidental-voice.ly @@ -1,7 +1,8 @@ -\version "2.1.30" +\version "2.17.6" +\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. @@ -11,32 +12,29 @@ The last f gets cautionary natural because fis was only in the other voice. -voicea = \notes \transpose c c' { - \stemUp - fis2 a2 f4 fis a2 +voicea = \transpose c c' { + \stemUp + fis2 a2 f4 fis a2 } -voiceb = \notes \transpose c c' { - \stemDown - c2 fis2 f4 c f2 +voiceb = \transpose c c' { + \stemDown + c2 fis2 f4 c f2 } -\score { - << - \notes - \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 << + \accidentalStyle modern-voice-cautionary + \new Voice \voicea + \new Voice \voiceb + >> + \new NoteNames { + \set printOctaveNames = ##f + \voiceb - } - >> -\paper { raggedright = ##t } -} + } +>>