Hello everyone,
thanks for Your help. Sorry, that I couldn't clearly explain what I wanted,
but Malte (fortunately) had the right idea: I wanted to have more place
after the barline.
The code

>       \once \override Staff.BarLine.extra-spacing-width = #'(0 . 11)
>
> did the right thing!


2017-01-29 10:35 GMT+01:00 Andrew Bernard <andrew.bern...@gmail.com>:

> HI Stefan,
>
> Even with the help from the others on the list, I can't quite figure out
> what you want, or even what is wrong. Is it that you want more space after
> the bar, or something else? It's not clear to me musically what you need
> this for. If you can elaborate a bit I am sure I have a couple of solutions
> for you.
>
> This seems to work by the way at 2.19.54. I always recommend the
> development versions - they are made with such care by the team I have only
> ever encountered one bug in four or five years.
>
> Andrew
>
>
>
> On 29 January 2017 at 04:16, Stefan Thomas <kontrapunktste...@gmail.com>
> wrote:
>
>> Dear community,
>> the following example shows, that I can't move NoteColumns in two voices
>> at the beginning of a measure. It's only possible in one of the voices.
>> Has someone an idea for a solution?
>> Thanks,
>> Stefan
>>
>> \version "2.18.2"
>> makespace = { \once \override NoteColumn.force-hshift = 11 }
>>
>> First = {  \makespace e4 r8 f8 g2 }
>>
>> Second = {  c4 r8   d8 e2   }
>>
>> \new Staff { \transpose c c' << {  \First \First  } \\ { \Second
>> \makespace \Second } >> }
>>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to