lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamics seperatate from the notes entry


From: Phil Holmes
Subject: Re: dynamics seperatate from the notes entry
Date: Mon, 31 Dec 2012 15:17:23 -0000

----- Original Message ----- From: "Karl Hammar" <address@hidden>
To: <address@hidden>
Sent: Monday, December 31, 2012 2:22 PM
Subject: dynamics seperatate from the notes entry


How do I merge Ds and Ms below so it will behave as if I wrote the
dynamics together with the notes?

smorz = \markup { \italic smorz }
sotto = \markup { \italic { sotto voce } }
Ds = {
 s1*10 | s1^\sotto | s4 s2.\f | s4 s2.^\smorz | s1\p | s1\pp | s1*2 |
 s2 s\pppp | s4 s8. s16\f\> s4 s8.\! s16 | s2 s\pp |
 % ...
}
Ms =  \context Voice = Vs \relative a' {
 %\keya
 R1*8 |
 R1*2 |
 e2\( fis | % 3 11
 gis8\) r gis4\( gis gis\) |
 a8 r a4\( d d\) |
 c2\( a\) |
 a2.\( gis4\) | % 4 15
 a8 r r4 r2 |
 % ...
}

///

If I use << \Ms \\ \Ds >> the dynamics will come out to the left
(compared to the in the notes version), probably since the dynamics
are centered under the notes and a skip doesn't have a width (?).

If I use \new Dynamics the dynamics will come out fine but the markups
comes out int the wrong line place (since it doesn't belong to the notes
staff any longer) and the dynamics comes too close to the lyrics
just below.

I could possible use \partcombine \Ms \Ds, whith

ignore = \override NoteColumn #'ignore-collision = ##t
Ds = \relative a' {
 s1*10 | s1^\sotto | s4 \once\ignore g\f s2 |
 % ...
}

but it seems a little too much dependend on the notes in Ms.

///

I'm trying to set Gioachino Rossinis "petite messe solennelle" [1] and
I have got to the Kyrie, i.e. I've just started. I'm using the
Brandus & Dufur edition [2] (probable 1869 according to [3]).
The definitive modern edition seems to be [4], the editor has some
notes at [5].

I've not tested this, but would suggest creating your text markings as shown in http://lilypond.org/doc/v2.17/Documentation/notation/expressive-marks-attached-to-notes#new-dynamic-marks

--
Phil Holmes



reply via email to

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