Am 10.01.2016 um 02:50 schrieb Peter Crighton:
> (if (or (music-is-of-type? mus 'rest-event)
> (music-is-of-type? mus 'multi-measure-rest))
The overrides fall into the ‘else’ case and then the tweaks are applied.
I’m not sure why this is changi
Thanks folks,
I should have found that end-of-line problem my self, my 0.015 €!
JM
> Le 9 janv. 2016 à 14:43, Marc Hohl a écrit :
>
> Am 09.01.2016 um 12:13 schrieb Thomas Morley:
>> 2016-01-09 9:04 GMT+01:00 Marc Hohl :
>>> Am 09.01.2016 um 08:24 schrieb Jacques Menu:
Hello Harm,
>
On Sat, 2016-01-09 at 13:38 -0500, Paul Morris wrote:
> > On Jan 9, 2016, at 1:30 PM, Richard Shann wrote:
> >
> > I could not see where the ly:one-line-breaking algorithm was written
> > however (looking in the .scm and .ly files) is it in C++ ?
>
> Yes, see:
>
> lily/page-breaking-scheme.cc
>
Malte Meyn writes:
> Am 10.01.2016 um 02:50 schrieb Peter Crighton:
>> (if (or (music-is-of-type? mus 'rest-event)
>> (music-is-of-type? mus 'multi-measure-rest))
>
> The overrides fall into the ‘else’ case and then the tweaks are applied.
> I’m
Jacques Menu writes:
> Thanks folks,
>
> I should have found that end-of-line problem my self, my 0.015 €!
6 farthings?
--
David Kastrup
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Sat, 2016-01-09 at 21:18 +0100, Urs Liska wrote:
>
> Am 9. Januar 2016 19:30:56 MEZ, schrieb Richard Shann
> :
> >I was wondering if it would be possible to develop a variant of "all on
> >one line", namely "all on one page", where the page height would be
> >automatically adjusted to fit the
I'm glad you liked it.
Just in case, re-readind it, one could think that trill elements look too
thick.
Here's another option:
\version "2.18.2"
\transpose c c'' {
s2. r4 |
dis8
^\markup {
\translate #'(-5 . 0)
\rotate #-45
\pattern #4 #X #0
%% Optional:
\scale #'(1 . .7
HI Pierre,
Where are markup functions such as rotate and pattern documented?
Andrew
On 11/01/2016, 06:30, "Pierre Perol-Schneider"
wrote:
\rotate #-45
\pattern #4 #X #0
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.g
Andrew,
Start here and look in the sub-topics for specific function details:
http://lilypond.org/doc/v2.19/Documentation/notation/text-markup-commands
Best,
Abraham
On Sunday, January 10, 2016, Andrew Bernard [via Lilypond] <
ml-node+s1069038n185780...@n5.nabble.com> wrote:
> HI Pierre,
>
> Wh
When I have a hairpin across a line break, ending on a dynamic which is the
very first note in the bar, the hairpin does not continue acorss the line as I
would expect it to. If you extend to the next note, the hairpin continues.
How does one produce the broken hairpin at the start of the next l
Hi Abraham,
Thanks! The command pattern is under ‘Other’.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Andrew,
Try:
\version "2.19.35"
\relative c'' {
\clef treble
\time 1/4
c c c c c c c_\f
-\tweak to-barline ##f
-\tweak after-line-breaking ##t
\> c c c \break
c_\pp c c c c c c c c c
}
Cheers,
Pierre
2016-01-11 6:30 GMT+01:00 Andrew Bernard :
> When I have a hairpin across a
12 matches
Mail list logo