Han-Wen Nienhuys wrote:
Anything I can do to help debug this? I can produce a testcase
eventually, but probably not right now due to time constraints.
I'll try 2.8 and see if that works.
segfaults are bugs. Please submit the offending .ly.
Yep. I determined that I had a \new Staff in the
David A. Greene wrote:
Markus Schneider wrote:
In pseudo code this would look like this:
somevoice = { }
partWithAllMarksAndStuff = {}
\addquote framework \partWithAllMarksAndStuff
I tried this but lily 2.9.17 chokes on the \addquote:
Interpreting music... make: *** [test.pdf] Segmentatio
By default, rehearsal marks will only appear above the top stave of
each score line. If you want it to appear over more staves, you just
include the corresponding engraver into the Staff contexts where you
want the marks, see
http://lists.gnu.org/archive/html/lilypond-user/2006-04/msg00062.html
Markus Schneider wrote:
In pseudo code this would look like this:
somevoice = { }
partWithAllMarksAndStuff = {}
\addquote framework \partWithAllMarksAndStuff
I tried this but lily 2.9.17 chokes on the \addquote:
Interpreting music... make: *** [test.pdf] Segmentation fault
If I comment th
Hi David,
you can have a look at all possible events here:
http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/Music-classes.html#Music-classes
I myself use these:
articulation-event text-script-event % Articulation
dynamic-event crescendo-event decrescendo-event % D
David A. Greene wrote:
parts. For example, in an SATB score, the rehearsal letters should
appear in all parts but I only want dynamics displayed in one part
(say, the alto) to keep clutter down.
Slight correction. One would like the rehearsal letters to appear
on one of either the soprano o
Markus Schneider wrote:
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 = { }
partWithAllMarksA
Hi, Andrew:
My (rather simplifed example below) generates an extra stave which
I don't want).
That's because you haven't put the \globalpar *inside* another Staff,
so Lilypond helpfully (?) instantiates one for you.
Here's the fixed (and even further simplified) example:
% BEGIN SAMPLE
yota moteuchi wrote:
concerning the bars you may use a "global" part containing only skips and
bars
you can then combine them as you wish (in a part or for all the parts).
have a look at
http://www.mutopiaproject.org/ftp/BachJS/BWV1068/bach-air/bach-air-lys.zip
or
http://www.lilypond.org/doc/v2.6
yota moteuchi wrote:
concerning the bars you may use a "global" part containing only skips
and bars
you can then combine them as you wish (in a part or for all the parts).
have a look at
http://www.mutopiaproject.org/ftp/BachJS/BWV1068/bach-air/bach-air-lys.zip
or
http://www.lilypond.org/doc/v2.
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 fr
concerning the bars you may use a "global" part containing only skips and barsyou can then combine them as you wish (in a part or for all the parts).have a look at
http://www.mutopiaproject.org/ftp/BachJS/BWV1068/bach-air/bach-air-lys.zipor
http://www.lilypond.org/doc/v2.6/input/mutopia/E.Satie/pe
I would like to specify things like tempo marks, double bars, rehearsal
makrs in one part only (say piano part) but print them on very part.
I want to print as below but only have to specify the details in one part
==
(Vn 1 part: )
Andante ... [A] ..
13 matches
Mail list logo