Re: Automatically shift dynamics horizontally?

2016-01-29 Thread Palmer Ralph
On Wed, Jan 27, 2016 at 6:57 AM, Malte Meyn wrote: > > > Am 27.01.2016 um 10:19 schrieb Urs Liska: > > In such situations one will usually shift the dynamics to the left, and > > Lily will automatically use the space better. You can see that when you > > uncomment one of the lines in \off. > > >

when adding \new Staff to a StaffGroup, ledger lines not rendered if clef is specified.

2016-01-29 Thread Andy Deitrich
% The example here renders perfectly if \clef bass is removed % but as is, the ledger lines in the new staff are not rendered. \version "2.18.2" \new StaffGroup \relative c { \time 6/8 \new Staff c''2. | c2. << {2.~ | } \new Staff \clef ba

Re: when adding \new Staff to a StaffGroup, ledger lines not rendered if clef is specified.

2016-01-29 Thread Phil Holmes
"Andy Deitrich" wrote in message news:loom.20160129t162423-...@post.gmane.org... % The example here renders perfectly if \clef bass is removed % but as is, the ledger lines in the new staff are not rendered. \version "2.18.2" \new StaffGroup \relative c { \time 6/8 \new Staff c''2. | c2. << {2

Re: when adding \new Staff to a StaffGroup, ledger lines not rendered if clef is specified.

2016-01-29 Thread Andy Deitrich
Phil Holmes philholmes.net> writes: > > I've no idea what you're trying to do here, but if you sort out your << >> > and { } groups, the music starts to look like I'd guess it should: > >. Thank you!!! ___ bug-lilypond mailing list bug-lilypon

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread Abraham Lee
Przemyslaw, On Thu, Jan 28, 2016 at 6:02 PM, Przemyslaw Pawelczyk [via Lilypond] < ml-node+s1069038n186599...@n5.nabble.com> wrote: > Hi! > > There is a piano centered dynamics template that was present in > Lilypond Learning Manual for v2.14, but is not available in recent > versions: > http://w

Re: when adding \new Staff to a StaffGroup, ledger lines not rendered if clef is specified.

2016-01-29 Thread Simon Albrecht
On 29.01.2016 16:29, Andy Deitrich wrote: % The example here renders perfectly if \clef bass is removed % but as is, the ledger lines in the new staff are not rendered. \version "2.18.2" \new StaffGroup \relative c { \time 6/8 \new Staff c''2. | c2. << {2

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread Przemyslaw Pawelczyk
Hi, Abraham! On Fri, Jan 29, 2016 at 6:49 PM, Abraham Lee wrote: > On Thu, Jan 28, 2016 at 6:02 PM, Przemyslaw Pawelczyk [via Lilypond] < > ml-node+s1069038n186599...@n5.nabble.com> wrote: >> There is a piano centered dynamics template that was present in >> Lilypond Learning Manual for v2.14, b

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread Przemyslaw Pawelczyk
On Fri, Jan 29, 2016 at 11:31 PM, Przemyslaw Pawelczyk wrote: > On Fri, Jan 29, 2016 at 6:49 PM, Abraham Lee > wrote: >> \override DynamicText.extra-spacing-height = #'(-inf.0 . +inf.0) > \override DynamicText.extra-spacing-width = #'(-0.2 . 0.2) > > Here is the PDF with both overrides: >

No warning upon failed ‘align[Above|Below]Context’

2016-01-29 Thread Simon Albrecht
Hello, in this example %%% \version "2.19.35" \new StaffGroup << \new Staff = "A" { a'1 a' } { \skip 1 \new Staff = "C" \with { alignAboveContext = "B" } { c''1 } } { \skip 1 \new Staff = "B" \with { alignAboveContext = "A" } { b'1 } } >> %%% Lily can’t find context "B" wh