lilypond-user
[Top][All Lists]
Advanced

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

Re: duplicate dynamics on same staff


From: James Wilkinson
Subject: Re: duplicate dynamics on same staff
Date: Mon, 11 Oct 2010 16:32:48 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

On 9/23/10 6:00 PM, Vicente Solsona wrote:

When I put two voices on the same staff that have identical markings
for dynamics and tempo, Lilypond prints them both, one above the
other.
[...]
Back to my original question: if Lilypond can see that one of these
things needs to be moved, how hard would it be to have it determine
that they are identical and just not print one of them?

if the dynamics are the same, it's better to write them just once. thus
you:

1) save typing
2) help lilypond so it does't need to waste time guessing obvious things
and it can concentrate on the big stuff :)

you just need to create a third voice with spacers and all the common
marks, in parallel with the other two:

----------------8<-------------------------------

\version "2.12.3" % should also work on 2.13

<<
\relative c'' {
a b c d
} \\
\relative c' {
c d e f
} \\
{
s4\f s4\> s4-"and markups too too" s4\p
}

Took me a while to get around to it. Works like a champ. Thanks

Is there somewhere in the docs that I should have spotted this before doing it wrong the first time?

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Jimmy Wilkinson            | Professor Emeritus of Computer Science
address@hidden          | The College of Charleston
(843) 953-8160             | Charleston      SC        29424
http://www.cs.cofc.edu/~jimmy

If there is one word to describe me, that word would have to be "profectionist".
Any form of incompitence is an athema to me.
Metathesis??? Don't ax me.
Just between you and I, the grammar used by Americans are getting worse.
I can only help but wonder what the cause of this might be.
It just ceases to amaze me how it could be the case, but mostly I could care less.
...... boat storage under house with wench ......
I won't get into specifics because that was between he and I



reply via email to

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