lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: omiting barlines with autochange


From: Pierre Perol-Schneider
Subject: Re: omiting barlines with autochange
Date: Fri, 9 Sep 2016 22:40:16 +0200

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 <address@hidden>:
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.nabble.com/omiting-barlines-with-autochange-tp194395.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]