Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-16 Thread Johannes Waldmann
On 10/09/2015 06:57 AM, David Kastrup wrote: > ... thanks, that's a very useful code snippet, and it solves my immediate problem. - Johannes. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-09 Thread David Kastrup
Johannes Waldmann writes: > Hi. > > The following snippet is interpreted > differently by 2.18.* and 2.19.* : > > \score { > << > \new Staff { \key a \minor \relative c'' { > a1 \new Voice { c2 d2 } e1 > }} > \addlyrics { foo bar } >>> > } > > notes are displayed

lyrics placement change from 2.18 to 2.19 ?

2015-10-08 Thread Johannes Waldmann
Hi. The following snippet is interpreted differently by 2.18.* and 2.19.* : \score { << \new Staff { \key a \minor \relative c'' { a1 \new Voice { c2 d2 } e1 }} \addlyrics { foo bar } >> } notes are displayed identically, but lyrics placement is changed: with 2.18.2, foo -> a1, bar ->

Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-08 Thread Simon Albrecht
Hello Johannes, and welcome to the list. On 09.10.2015 00:02, Johannes Waldmann wrote: Hi. The following snippet is interpreted differently by 2.18.* and 2.19.* : \score { << \new Staff { \key a \minor \relative c'' { a1 \new Voice { c2 d2 } e1 }} \addlyrics { foo bar } } notes are