]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: Update.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 16 Apr 2009 21:35:04 +0000 (22:35 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 16 Apr 2009 21:35:04 +0000 (22:35 +0100)
input/lsr/positioning-grace-notes-with-floating-space.ly
input/lsr/printing-bar-numbers-at-regular-intervals.ly
input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly
input/lsr/redefining-grace-note-global-defaults.ly

index 5068f62997025f817ea1fd6b2e11f529079660d7..0b38eadef490203f1c78ee0d3e5a3d64dfbe0820 100644 (file)
@@ -28,5 +28,3 @@ the) graces are put left of the musical columns for the main notes.
     }
   >>
 }
-
-
index d0411a7ca953958d6e7adc402c7d5499fbb5a353..1041ca6bcedc49e17a312baf1cddcf80f7a72267 100644 (file)
@@ -8,7 +8,7 @@
   texidoc = "
 Bar numbers can be printed at regular intervals by setting the property
 @code{barNumberVisibility}. Here the bar numbers are printed every two
-measures except at the end of the line. 
+measures except at the end of the line.
 
 "
   doctitle = "Printing bar numbers at regular intervals"
@@ -21,7 +21,7 @@ measures except at the end of the line.
   \bar ""
   % Print a bar number every second measure
   \set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)
-  c1 | c | c | c | c 
+  c1 | c | c | c | c
   \break
   c1 | c | c | c | c
 }
index 0f30c0928c03c78eddeedf6ce25184f097a27f05..24dafb8010b8886f14647e7e2f3aa08df52c7656 100644 (file)
@@ -8,13 +8,11 @@
   texidoc = "
 Bar numbers can also be printed inside boxes or circles.
 
-
-
 "
   doctitle = "Printing bar numbers inside boxes or circles"
 } % begin verbatim
 
-\relative c'{
+\relative c' {
   % Prevent bar numbers at the end of a line and permit them elsewhere
   \override Score.BarNumber  #'break-visibility = #end-of-line-invisible
   \set Score.barNumberVisibility = #(every-nth-bar-number-visible 4)
index 49950650a48513dc5240226c4c7848a5f87a3bba..c0c63378f8be05105707be014434d6cde4c29507 100644 (file)
@@ -11,7 +11,7 @@ The global defaults for grace notes are stored in the identifiers
 @code{startAcciaccaturaMusic}, @code{stopAcciaccaturaMusic},
 @code{startAppoggiaturaMusic} and @code{stopAppoggiaturaMusic}, which
 are defined in the file @code{ly/grace-init.ly}.  By redefining them
-other effects may be obtained. 
+other effects may be obtained.
 
 "
   doctitle = "Redefining grace note global defaults"