Or even:

\new PianoStaff \with {
  \omit BarLine
  \omit SpanBar
} {

  \autochange {
    g4 a b c'
    d' c' a g
  }
}

Pierre

2016-09-09 22:40 GMT+02:00 Pierre Perol-Schneider <
[email protected]>:

> Hi Gilberto,
>
> How about:
>
> \new PianoStaff \with {
>   \omit BarLine
>   \override BarLine.allow-span-bar = ##f
> } {
>   \autochange {
>     g4 a b c'
>     d' c' a g
>   }
> }
>
> Cheers,
> Pierre
>
> 2016-09-09 22:30 GMT+02:00 Gilberto Agostinho <[email protected]>:
>
>> Hello all,
>>
>> Does anyone know if it's possible to omit the barlines when using
>> autochange? I tried using both \omit PianoStaff.BarLine and \omit
>> Score.BarLine and while the barlines are omitted inside the 5 line staves,
>> they are shown in between staves. See:
>>
>> \version "2.19.37"
>>
>> \new PianoStaff {
>>   \autochange {
>>     g4 a b c'
>>     d' c' a g
>>   }
>> }
>>
>> \new PianoStaff {
>>   \omit PianoStaff.BarLine
>>   % \omit Score.BarLine
>>   \autochange {
>>     g4 a b c'
>>     d' c' a g
>>   }
>> }
>>
>> Producing:
>>
>> <http://lilypond.1069038.n5.nabble.com/file/n194395/57.png>
>>
>> I also tried explicitly declaring the bottom staff but that didn't help
>> either. Would anyone have any ideas or recommendations for me?
>>
>> Cheers!
>> Gilberto
>>
>>
>>
>> --
>> View this message in context: http://lilypond.1069038.n5.nab
>> ble.com/omiting-barlines-with-autochange-tp194395.html
>> Sent from the User mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> lilypond-user mailing list
>> [email protected]
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to