]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / grace-volta-repeat.ly
index 10ea1b4d7ad023917bb9a5afeda2ec7a6970b6ee..3ccfab883812b0f824164d1e4ae24edc2d09c4d9 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.3.4"
 
 \header {
 
@@ -9,10 +8,10 @@
 }
 
 \score{
-   \notes\relative c'''{\key a \minor \time 2/4
+   \relative c''{\key a \minor \time 2/4
      \repeat "volta" 2 {
-     \grace {  a16-[( c] }  c,4 c4  |
-     \grace {  e'16-[( gis] } c,4 c4 |
+     \grace {  a16[ b] }  c4 c4  |
+     \grace {  d16[ b] } c4 c4 |
      
      }
    }