]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-voice.ly
Bugfix
[lilypond.git] / input / regression / accidental-voice.ly
index c27b5ccffde5e37c69f567075c29eb96ba00511b..21fca2682ab3404167a27690a895f91edf64ec1d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.26"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -11,18 +11,18 @@ The last f gets cautionary natural because fis was only in the other voice.
 
 
 
-voicea = \notes \transpose c c' {
+voicea =  \transpose c c' {
     \stemUp
     fis2 a2 f4 fis a2
 }
-voiceb = \notes \transpose c c' {
+voiceb =  \transpose c c' {
     \stemDown
     c2 fis2  f4 c   f2
 }
 
 \score {
     <<
-       \notes
+       
        \new NoteNames {
            \set printOctaveNames = ##f
             \voicea
@@ -38,5 +38,5 @@ voiceb = \notes \transpose c c' {
 
                         }
     >>
-\paper { raggedright = ##t }
+\layout { raggedright = ##t }
 }