]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-notehead.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / test / move-notehead.ly
index 74e5cfcdd2bb9a8a661bdcac5fc5d8ec9015ce68..a2121ae28a5053372d3cb4e1bace8261bcbca19e 100644 (file)
@@ -1,5 +1,12 @@
-\version "1.3.146"
 
+\version "1.9.2"
+\header { texidoc = "@cindex Scheme Move Notehead
+
+You can move objects around with the property extra-offset.  This
+example shows how to move noteheads around.  It uses the
+@code{\outputproperty} command.
+
+" }
 
 fragment = \notes {
     \outputproperty #(make-type-checker 'note-head-interface)
@@ -7,9 +14,10 @@ fragment = \notes {
     c''2 c
 }
 
-\paper { linewidth = -1. 
+\paper { raggedright = ##t
 
 \score {
   \notes\relative c \fragment
   \paper { }  
 }
+