lilypond-user
[Top][All Lists]
Advanced

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

Re: help with \remove


From: Mats Bengtsson
Subject: Re: help with \remove
Date: Sat, 04 Dec 2004 12:19:06 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

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







reply via email to

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