]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-blank-staves.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / creating-blank-staves.ly
index 6e2bdd8bc29ca7f540910f90b71762407a7f3d41..69d3626554f45228d09dfc1863ac5cd6c2f23821 100644 (file)
@@ -1,24 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.18.0"
 
 \header {
-  lsrtags = "staff-notation, editorial-annotations, contexts-and-engravers, paper-and-layout"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Para crear pentagramas en blanco, genere compases vacíos y después
-elimine el grabador de números de compás @code{Bar_number_engraver}
-del contexto @code{Score}, y los grabadores de la indicación de compás
-@code{Time_signature_engraver}, de la clave @code{Clef_engraver} y de
-los compases @code{Bar_engraver} del contexto de @code{Staff}.
-
-"
-  doctitlees = "Crear pentagramas en blanco"
+  lsrtags = "contexts-and-engravers, editorial-annotations, paper-and-layout, specific-notation, staff-notation"
 
   texidoc = "
 To create blank staves, generate empty measures then remove the
@@ -51,6 +40,8 @@ To create blank staves, generate empty measures then remove the
   }
 }
 
+% uncomment these lines for "letter" size
+%{
 \paper {
   #(set-paper-size "letter")
   ragged-last-bottom = ##f
@@ -59,4 +50,16 @@ To create blank staves, generate empty measures then remove the
   bottom-margin = 0.25\in
   top-margin = 0.25\in
 }
+%}
 
+% uncomment these lines for "A4" size
+%{
+\paper {
+  #(set-paper-size "a4")
+  ragged-last-bottom = ##f
+  line-width = 180
+  left-margin = 15
+  bottom-margin = 10
+  top-margin = 10
+}
+%}