lilypond-user
[Top][All Lists]
Advanced

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

Re: help with \remove


From: Christian Hitz
Subject: Re: help with \remove
Date: Sat, 4 Dec 2004 13:59:45 +0100

Or you could use the example from the manual

http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Blank- music-sheet.html

and delete the Tab-Staff

Christian

Am 04.12.2004 um 12:19 schrieb Mats Bengtsson:

It's probably easier to use the LaTeX file notepaper.tex that I have on
http://www.s3.kth.se/~mabe/musical.html

Otherwise, you could try to set the property #'transparent=##t for the objects
you want to remove.

  /Mats

D Josiah Boothby wrote:

trying to make manuscript paper, but I can't get the rests or bar numbers to remove:

\version "2.4.2"

\header {
  tagline = ""
}

\score {
  {
    \repeat unfold 12 { R1 \break }
  }
  \layout {
    indent = 0\in
    \context {
      \Staff
      \remove Bar_number_engraver
      \remove Time_signature_engraver
      \remove Clef_engraver
      \remove Multi_measure_rest_engraver
    }
  }
}

\paper {
  papersize = "letter"
  raggedlastbottom = ##f
  linewidth = 7.5\in
  leftmargin = 0.5\in
  bottommargin = 0.25\in
  topmargin = 0.25\in
}



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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