]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
property to set voiced-rest positions; issue 3902
[lilypond.git] / input / regression / grace-bar-line.ly
index 176da92aa9719320cec2873f9a0681a1761e105b..badaa1ae74016fb302401ec5dad0722ce6ef1e51 100644 (file)
@@ -1,12 +1,17 @@
+
+\version "2.17.28"
 \header {
-texidoc = "Bar line should come before the grace note."
+  texidoc = "Bar line should come before the grace note."
 }
+\layout { ragged-right = ##t}
+
+
+
+
+
 
-       
+\relative c' \context Staff  { 
+  f1 \grace {  a'16 f  } g1 }
 
 
 
-\score  {\notes \relative c' \context Staff  { 
- f1 \grace { [a'16 f]  } g1 }
-               \paper { linewidth = -1. }
- }