lilypond-user
[Top][All Lists]
Advanced

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

repeat "percent" and Score.skipBars


From: Paul Scott
Subject: repeat "percent" and Score.skipBars
Date: Mon, 10 Feb 2003 01:39:19 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9

Does it make sense that the following example (using GNU LilyPond 1.6.6) creates one set of notes and omits the double percent repeat but works correctly when skipBars = ##f ?

\include "paper20.ly"

\score {
    \context Staff <
        \property Score.skipBars = ##t
        \notes {
        \repeat "percent" 2 { g2 a g a }
        }
    >
}

TIA,

Paul Scott





reply via email to

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