On 16-04-04 05:12 PM, Sharon Rosner wrote:
Sharon Rosner wrote
In addition, the music is cut immediately after the last note, and does
not show the bar line that I’m explicitly asking for:
For anyone who's interested, I've found a workaround technique based on code
in music-functions.scm. The code is here:

   https://gist.github.com/ciconia/a6e1cf9c9af84d39fe6ad25fff9ab502



Another possibility is simply putting a spacer rest after the \bar function:
**********************************************
\version "2.19.37"

music = \relative c' {
  c1 d e f \bar "||" s
  \set Score.skipTypesetting = ##t
  g a b c
}

{ \music }

*****************************
It does seem odd that skipTypesetting seems to begin on a bar line rather than in the instant after it, though.

Cheers,
Colin
--
1.79 * 10^12 furlongs/fortnight: 'Tis not just a good idea, it be the law!
- Unattributed
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to