lilypond-user
[Top][All Lists]
Advanced

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

Re: Printing tempo marks on every part


From: Markus Schneider
Subject: Re: Printing tempo marks on every part
Date: Fri, 25 Aug 2006 12:29:40 +0200

You can also use \addquote and filter only desired events using
Staff.quotedEventTypes.
(http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Quoting-other-voic
es.html#Quoting-other-voices)

In pseudo code this would look like this:

somevoice = { }

partWithAllMarksAndStuff = {}

\addquote framework \partWithAllMarksAndStuff

\new Staff <<
    \set Staff.quotedEventTypes =
      #'(mark-event % Add more as needed
         )
    \context Voice = "somevoice" \somevoice
    \context Voice = "somevoice"
      \quoteDuring #"framework" { #(ly:export (skip-of-length
partWithAllMarksAndStuff)) }
>>

Markus







reply via email to

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