lilypond-user
[Top][All Lists]
Advanced

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

Re: Weird error when using skipTypesetting


From: Colin Campbell
Subject: Re: Weird error when using skipTypesetting
Date: Mon, 4 Apr 2016 18:09:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

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

reply via email to

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