Re: return to previous voice context

2014-03-04 Thread Mats Bengtsson
David Kastrup dak at gnu.org writes: Simon Albrecht simon.albrecht at mail.de writes: Hello, If a temporary polyphonic passage (as in http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#single_002dstaff-polyphony) contains \new Lyrics, the next note comes late and

Re: return to previous voice context

2014-03-04 Thread Simon Albrecht
Thanks for the information and sorry for not looking after the issue myself. And thanks David for the issue summary ;-) Am 04.03.2014 18:01, schrieb bug-lilypond-requ...@gnu.org: Send bug-lilypond mailing list submissions to bug-lilypond@gnu.org To subscribe or unsubscribe via the

Re: whole page rotated

2014-03-04 Thread Thomas Morley
2014-03-04 20:05 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2014-03-04 19:19 GMT+01:00 Karol Majewski karo...@wp.pl: Hi, In the following code, I want to rotate custom note head. To my suprise, this code makes the whole page rotated if there is a line break. What I'm I doing wrong?

Re: whole page rotated

2014-03-04 Thread Thomas Morley
2014-03-04 19:19 GMT+01:00 Karol Majewski karo...@wp.pl: Hi, In the following code, I want to rotate custom note head. To my suprise, this code makes the whole page rotated if there is a line break. What I'm I doing wrong? #(define nhg (lambda (grob) (if (= 2

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Hi Harm, this is nice workaround, indeed. But how can I modify it to have different glyph for each duration-log? The original code was: #(define nhg (lambda (grob) (if (= 2 (ly:grob-property grob 'duration-log)) (begin (let* ((stem (ly:grob-object grob

Re: whole page rotated

2014-03-04 Thread Thomas Morley
2014-03-04 21:45 GMT+01:00 Karol Majewski karo...@wp.pl: Hi Harm, this is nice workaround, indeed. But how can I modify it to have different glyph for each duration-log? The original code was: [...] If you only want noteheads of doThin-type, try: \version 2.18.0 #(define nhg (lambda

Re: whole page rotated

2014-03-04 Thread Shane Brandes
Not sure this is all helpful but any value between 135 and 235 is causing the whole page to rotate. On Tue, Mar 4, 2014 at 2:05 PM, Thomas Morley thomasmorle...@gmail.com wrote: 2014-03-04 19:19 GMT+01:00 Karol Majewski karo...@wp.pl: Hi, In the following code, I want to rotate custom note

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Thanks! This is exactly what I need! Hopefully the rotation bug will be solved eventually. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond