Eluze wrote
> you can always use \noPageBreak between the score and the markup!
D'Oh!
I should have thought of that. I forgot that outside of the \score block is
the seldom explicitly stated \book scope, where page-break instructions
still make sense.
Thanks again,
-jvh
--
View this message
* 2012-10-22 04:44 +0200 Ian Hulin:
> On 21/10/12 22:00, Reedmace Star wrote:
> > --- file my-scheme-defs.scm (same directory as master.ly) ---
> >
> > ;;; scheme definitions...
> >
> >
> > --- file master.ly ---
> >
> > \version "2.16.0" #(load "my-scheme-defs.scm")
> >
> > %% do something ..
I have a drum part I've encoded in drummode. I want to add lyrics (these are
mnemonics for the drum rhythm). The following snippet produced the drum part
on the treble clef (bad) with the lyrics underneath (good). Can I get the
drum parts on the drum clef with the lyrics underneath?
drum = \dru
On 21/10/12 22:00, Reedmace Star wrote:
> Dear LilyPond users,
>
> when working on LilyPond projects that require scheme coding, I
> sometimes find it convenient to collect scheme definitions in an
> external (but project specific) .scm file.
>
> Currently, I then simply call guile's "load" fun
Dear LilyPond users,
when working on LilyPond projects that require scheme coding, I
sometimes find it convenient to collect scheme definitions in an
external (but project specific) .scm file.
Currently, I then simply call guile's "load" function to include
it. Typical minimal setup:
--- file my
Dear LilyPond users,
when working on LilyPond projects that require scheme coding, I
sometimes find it convenient to collect scheme definitions in an
external (but project specific) .scm file.
Currently, I then simply call guile's "load" function to include
it. Typical minimal setup:
--- file my
On 2012-10-21 18:04, David Kastrup wrote:> "Phil Holmes"
writes:
>
>> Apart from using parallel spacer rests, is there any way to make a
>> hairpin only one note long?
>
> You don't mean \accent?
I think he really means a decrescenco hairpin on one note (which
obviously cannot be found in pian
Janek Warchoł writes:
> On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska wrote:
>> Hi list,
>>
>> I want to redistribute the Emmentaler .otf files as part of a GPLed LaTeX
>> package.
>> I recall reading that Emmentaler is GPLed with the font exception (meaning
>> that works created using the fonts a
"Phil Holmes" writes:
> Apart from using parallel spacer rests, is there any way to make a
> hairpin only one note long?
You don't mean \accent?
--
David Kastrup
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/lis
On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska wrote:
> Hi list,
>
> I want to redistribute the Emmentaler .otf files as part of a GPLed LaTeX
> package.
> I recall reading that Emmentaler is GPLed with the font exception (meaning
> that works created using the fonts aren't implicitely covered by the
On Fri, Oct 19, 2012 at 10:36 PM, Thomas Morley
wrote:
> 2012/10/19 David Kastrup :
>> Thomas Morley writes:
>>> Calling the function for a single pitch doesn't work, if ##{ #} are
>>> omitted, but it'll work if the predicate would be ly:pitch?
>>> I don't understand this behaviour.
>>
>> Welcome
Am 21.10.2012 15:51, schrieb Helge Kruse:
[...]
This measure counter allows a start and a stop. I did not find an
option to start at a specific number. Image you start at rehearsel
mark H, have a multi-measure rest of 16 bars. In the 17th measure you
have some cue notes. It would be nice to s
2012/10/19 David Nalesnik
>
> to comment #21 at
> http://code.google.com/p/lilypond/issues/detail?id=2445 . Understand
> that this version might cause problems if you're running a batch of
> files (which won't happen with the version that's in the review
> process.) The engraver could be added to
Apart from using parallel spacer rests, is there any way to make a hairpin
only one note long?
--
Phil Holmes
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Is there any better way to create pizzicato and arco macros than with a
TextSpanner?
Here's the code I defined in a separate 'layout.ly' file:
I use the macro as follows:
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Creating-pizz-and-arco-markup-macros-tp135105.ht
2012/10/21 Knut Petersen :
> Hi everybody!
>
> How can I feed the equivalent of \override #'(font-name . "FOOBAR") to
> make-dynamic-script?
> The "#:typewriter" below should be replaced with a special font.
> make-pango-font-tree is not an
> option because of the known issues.
>
> foo = #(make-dy
Knut Petersen writes:
> Hi everybody!
>
> Is there a way to replace the LyricHyphen override with a global definition?
>
> basWordsAA = \lyricmode {
> \override LyricHyphen #'minimum-distance = #0.8
> foo -- bar
> }
In 2.16, you can write
\layout { \override Lyrics.LyricHyphen #'minimum-dista
As far as I can see, the documentation of minimum-distance and some other
standard
settings parameters in
http://lilypond.org/doc/v2.17/Documentation/internals/lyrichyphen
is copied from somewhere else and is at least misleading.
cu,
Knut
___
lily
Knut Petersen writes:
> Hi everybody!
>
> How can I feed the equivalent of \override #'(font-name . "FOOBAR") to
> make-dynamic-script?
> The "#:typewriter" below should be replaced with a special font.
> make-pango-font-tree is not an
> option because of the known issues.
>
> foo = #(make-dyn
Hi everybody!
Is there a way to replace the LyricHyphen override with a global definition?
basWordsAA = \lyricmode {
\override LyricHyphen #'minimum-distance = #0.8
foo -- bar
}
cu,
Knut
___
lilypond-user mailing list
lilypond-user@gnu.org
https:/
Hi everybody!
How can I feed the equivalent of \override #'(font-name . "FOOBAR") to
make-dynamic-script?
The "#:typewriter" below should be replaced with a special font.
make-pango-font-tree is not an
option because of the known issues.
foo = #(make-dynamic-script (markup #:line (#:hspace -2
21 matches
Mail list logo