lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: blank sheet


From: Gianmaria Lari
Subject: Re: blank sheet
Date: Tue, 23 Oct 2018 16:34:29 +0200

Great! Merci Pierre!

On Tue, 23 Oct 2018 at 14:41, Pierre Perol-Schneider <address@hidden> wrote:
Hi Gianmaria,
How about:

\version "2.19.82"

\score {
  { \repeat unfold 12 { s1 \break }}
  \layout {
    \context {
      \Score
      \omit BarLine
      \omit BarNumber
      \omit TimeSignature
    }
  }
}

\paper {
  indent = 0
  ragged-last-bottom = ##f
  tagline = ""
}

Cheers,
Pierre

Le mar. 23 oct. 2018 à 14:19, Gianmaria Lari <address@hidden> a écrit :
In the manual at 


there is a code similar to this to create a blank staves. 
\score {
  { \repeat unfold 12 { s1 \break }}
  \layout {
    indent = 0\in
    \context {
      \Staff
      \remove "Clef_engraver"
      \remove "Bar_engraver"
    }
    \context {
      \Score
      \remove "Bar_number_engraver"
    }
  }
}
\paper {
  #(set-paper-size "a4")
  ragged-last-bottom = ##f
  line-width = 180
  left-margin = 15
  bottom-margin = 10
  top-margin = 10
}
Using 
\set Staff.forceClef = ##t 

inside the repeat I tried to change it so that it prints the treble clef at the beginning of each line but it print the clef also at the end of each staves. How can I make it print it only at the beginning?

Thank you, g.
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

[Prev in Thread] Current Thread [Next in Thread]