]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-voice.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / accidental-voice.ly
index 996e7a712772443be0d8a8e6775146d1869c18f1..24afacd265166cde8d5d87455037efe6cf206821 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 
 \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