]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / grace-volta-repeat.ly
index 9e0973aa93c4c34f943cb32dac4907d3473b2b62..e0c5675d98f1c64e1f29cb3404ee3d4a89219ed6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.4.0"
 
 \header {
 
@@ -8,14 +8,14 @@
 }
 
 \score{
-   \notes\relative c''{\key a \minor \time 2/4
+   \relative c''{\key a \minor \time 2/4
      \repeat "volta" 2 {
      \grace {  a16[ b] }  c4 c4  |
      \grace {  d16[ b] } c4 c4 |
      
      }
    }
-   \paper { raggedright = ##t}
+   \layout { raggedright = ##t}
  }