> -Original Message-
> From: David Kastrup
> Sent: Tuesday, September 22, 2020 8:12 AM
> To: Karsten Reincke
> Cc: lilypond-user@gnu.org; Carl Sorensen
> Subject: Re: Future of openLilyLib
>
> Karsten Reincke writes:
>
> > Summary:
> >
> > If I wrote a piece of music using LilyPond Cod
> -Original Message-
> From: Lukas-Fabian Moser [mailto:lukasfabianmo...@googlemail.com] On
> Behalf Of Lukas-Fabian Moser
> Sent: Thursday, April 02, 2020 1:15 PM
> To: Daniel Rosen ; lilypond-user Mailing List (lilypond-
> u...@gnu.org)
> Subject: Re: [Off-topic] A
I just sent the following question in an email to my local orchestra's[1] music
director[2]-he has a side gig with a small opera company a few towns over[3],
and I wanted an opera conductor's opinion. Reposting here to see if there are
any opera conductors on this list, just in case he's unable
> -Original Message-
> From: Noeck [mailto:noeck.marb...@gmx.de]
> Sent: Friday, March 20, 2020 6:33 PM
> To: lilypond-user@gnu.org
> Subject: Re: StaffSymbol stops short of end-of-\score TimeSignature or
> KeySignature
>
> You could add an invisible spacer rest in both cases:
> \time 4/
The following example shows two movements of a work which are to be performed
without pause (imagine an "attacca" instruction at the end of the first \score
block). My question: how can I get the StaffSymbol to continue through the 4/4
marking at the end of the first \score (and through the key
> -Original Message-
> From: Martin Neubauer [mailto:mrtn...@gmail.com]
> Sent: Sunday, March 15, 2020 2:11 PM
> To: lilypond-user@gnu.org
> Subject: Re: Convert-ly adds line breaks
>
> Hi,
>
> I suspect this is a Unix vs. Windows line ending issue.
That's exactly what it is. The Frescob
> From: Arle Lommel [mailto:fene...@gmail.com]
> Sent: Monday, February 03, 2020 10:04 PM
> To: Lilypond-User Mailing List
> Subject: Grace notes in the first measure mess up the layout
>
> How can I get this to display as expected?
Just add an equivalent grace note spacer in the other voices,
In the example below, modifying DynamicText.X-offset in the Voice context
forces extra space to appear after the barline so that there's no collision,
but doing the same thing in a Dynamics context does not. Is there a way to have
the Dynamics context behave the way the Voice context does in thi
How do I find the default value for a grob property if that property isn't
listed on the grob's IR page-for instance, the default value for
Glissando.thickness?
DR
> -Original Message-
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Saturday, February 01, 2020 11:15 AM
> To: Daniel Rosen
> Cc: Lilypond-User Mailing List
> Subject: Re: Clef change placement
>
> > Is there a way to achieve this pla
On Jan 24, 2020, at 5:22 AM, Mark Knoop wrote:
> At 20:27 on 23 Jan 2020, Daniel Rosen wrote:
>> Does anyone have any ideas for a workaround for Issue #5538 “bendAfter
>> broken by chords”?
>> (https://sourceforge.net/p/testlilyissues/issues/5538/)
>
> No, sorry. After
>From Elaine Gould's "Behind Bars" (p. 9):
> Where an instrument rests for more than a system, it is usual to return it to
> its commonest clef... Place
> the clef change at the end of the system after the player has finished: this
> is the least disruptive position
> as regards spacing. It is b
Does anyone have any ideas for a workaround for Issue #5538 "bendAfter broken
by chords"? (https://sourceforge.net/p/testlilyissues/issues/5538/)
DR
Now that the Salzburg conference is over, I'm reiterating this question in
hopes that someone may be able to help me with it now. :-)
> -Original Message-
> From: Daniel Rosen
> Sent: Sunday, January 12, 2020 4:20 PM
> To: 'Thomas Morley' ; David Nalesnik
>
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Tuesday, January 14, 2020 5:39 PM
> To: Thomas Morley
> Cc: Daniel Rosen ; lilypond-user Mailing List (lilypond-
> u...@gnu.org) ; David Nalesnik
>
> Subject: Re: metronome-mark-alignmen
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Monday, January 13, 2020 7:35 AM
> To: Daniel Rosen
> Cc: Thomas Morley ; lilypond-user Mailing List
> (lilypond-user@gnu.org) ; David Nalesnik
>
> Subject: Re: metronome-mark-alignment
> -Original Message-
> From: Thomas Morley [mailto:thomasmorle...@gmail.com]
> Sent: Sunday, January 12, 2020 6:04 PM
> To: Daniel Rosen
> Cc: David Nalesnik ; lilypond-user Mailing List
> (lilypond-user@gnu.org)
> Subject: Re: metronome-mark-alignment
>
>
> -Original Message-
> From: Thomas Morley [mailto:thomasmorle...@gmail.com]
> Sent: Saturday, January 11, 2020 5:37 PM
> To: David Nalesnik
> Cc: Daniel Rosen ; lilypond-user Mailing List (lilypond-
> u...@gnu.org)
> Subject: Re: metronome-mark-alignment
>
>
On Jan 9, 2020, at 4:21 PM, Daniel Rosen wrote:
>> I have a new problem. If I take away the first instance of \music in each
>> staff of my original example,
> Whoops, meant to say *your* example with the revised function.
>> the file fails to compile, and I g
> my original example
Whoops, meant to say *your* example with the revised function.
DR
> Fantastic. A minor point though: while the example does compile as it should,
> I also get the following text in the log during the preprocessing stage:
>
> > Fontconfig warning: ignoring 1033: not a valid language tag
>
> It doesn't say it's an error or even a warning, but I've never seen it
> The problem is that ly:make-simple-closure has been removed. I replaced
> the old default with the new definition (found in the Internals Reference),
> and the function works again.
Fantastic. A minor point though: while the example does compile as it should, I
also get the following text in t
I just rediscovered David Nalesnik's metronome-mark-alignment function in this
thread that I originally started years ago: https://bit.ly/2QUmi6H
The function works fine as long as Metronome_mark_engraver only exists in the
Score context. However, if it's added to, say, a Staff context or a Voic
> Harm,
>
> Thank you so, so much for the primer---it cleared up everything that I had
> been unable to surmise for myself. I would highly recommend you update
> the LSR entry to include it.
Harm, one other question: is it possible to use your function in conjunction
with a different style of li
Harm,
Thank you so, so much for the primer---it cleared up everything that I had been
unable to surmise for myself. I would highly recommend you update the LSR entry
to include it.
Thanks again!
DR
I'm having a little bit of trouble understanding exactly how to use Harm's
excellent fancy-gliss function, particularly when it comes to creating curves.
Can someone help me get a better handle on this?
DR
What property of Script do I need to override in order to replace the symbol
with markup?
Example:
{ \override Script.? = \markup { foo }
c'1\trill }
would print "foo" instead of the trill symbol.
DR
fano Troncaro [mailto:stefanotronc...@gmail.com]
> Sent: Friday, December 27, 2019 10:50 AM
> To: Daniel Rosen
> Subject: Re: TextScript baseline in Dynamics context
> Hi Daniel, I never found a stafisfying solution for that, so I just create
> custom DynamicTexts (that are always aligned) in
How do I get TextScripts to sit on the same baseline as DynamicTexts within a
Dynamics context? Everything I've tried leaves all or some of them sitting
higher or lower.
MWE of the problem:
<<
\new Voice { \repeat unfold 6 { c'4 } }
\new Dynamics { s2\f-"Text" s-"Text" s^"Text" }
\new Vo
\version "2.19.56"
\relative c'' {
c4 c c c
\bar "[|:"
c4 c c c \break
\bar ".|:-||"
c4 c c c
}
I would like the first line in the above example to end with a double bar (\bar
"||"), and the second line to begin with a winged begin-repeat bar (\bar
"[|:"). How can I acco
> -Original Message-
> From: Daniel Rosen
> Sent: Friday, November 11, 2016 5:54 PM
> To: lilypond-user Mailing List (lilypond-user@gnu.org) u...@gnu.org>
> Subject: Potential bug: Slur begins or ends with tenuto
>
> It appears that LilyPond is refusing to al
I'm sending this to the user list first because I'm having trouble with the
search functionality in the new issue tracker, so I can't tell if this has
already been reported:
\version "2.19.50"
\relative c' {
\override Slur.positions = #'(-4 . -4)
c( c)
\override Slur.positions = #'(-4.25
When I create an SVG file with LilyPond and upload it to Wikimedia Commons, it
renders as a blank image (try uploading Tristan.preview.svg at
https://tools.wmflabs.org/svgcheck/). Can anyone help me figure out how to fix
this? I've already tried to import it into and export it from Apache OpenOf
> -Original Message-
> From: Brian Barker [mailto:b.m.bar...@btinternet.com]
> Sent: Wednesday, December 09, 2015 4:46 PM
> To: Daniel Rosen
> Subject: Re: Can't access LinuxAudio server
>
> At 21:11 09/12/2015 +, you wrote:
> >Whenever I try to acces
ls me that the issue is on my end, but
in about 5 years of using LilyPond and downloading almost all the development
versions as they've been released, this has never been a problem for me. Can
anyone tell me what might be happening here?
Thanks
recht [mailto:simon.albre...@mail.de]
Sent: Thursday, August 27, 2015 7:17 PM
To: Bug-Lilypond
Cc: Daniel Rosen
Subject: Re: Apparent bug: Bracketed TupletNumber affected by Slur
Hello Daniel,
only to be sure: does the image really correspond to the code? In the output,
there are two crotchets, contrary to the
The following code produces the attached output, with the TupletNumber way down
inside the Slur even though there is no apparent reason for the avoid-slur
property to matter at all-in other words, this code should produce the same
output as if the \override were commented out. (The bug appears t
I've been scouring the list archives for the past half hour trying to find out
where the new issue tracker is (now that the Google Code one has been frozen).
Can anyone point me in the right direction?
Thanks,
Dan
___
lilypond-user mailing list
lilypo
> -Original Message-
> From: Simon Albrecht [mailto:simon.albre...@mail.de]
> Sent: Saturday, June 13, 2015 3:45 PM
> To: Thomas Morley; Daniel Rosen
> Cc: bug-lilypond@gnu.org
> Subject: Re: "Assertion failed!" errors
>
> Am 13.06.2015 um 20:03 schrieb
> -Original Message-
> From: Daniel Rosen
> Sent: Saturday, June 13, 2015 2:22 PM
> To: 'Thomas Morley'
> Cc: bug-lilypond@gnu.org
> Subject: RE: "Assertion failed!" errors
>
> Changing #'Stem to #'NoteHead allows the code to compile e
> -Original Message-
> From: Thomas Morley [mailto:thomasmorle...@gmail.com]
> Sent: Saturday, June 13, 2015 2:04 PM
> To: Daniel Rosen
> Cc: bug-lilypond@gnu.org
> Subject: Re: "Assertion failed!" errors
>
> Example #1 gives a warning in 2.18.2, aborting
> -Original Message-
> From: Daniel Rosen
> Sent: Saturday, June 13, 2015 2:30 PM
> To: 'Thomas Morley'
> Cc: 'bug-lilypond@gnu.org'
> Subject: RE: "Assertion failed!" errors
>
> I did some more tweaking, and came up with the followin
> -Original Message-
> From: Andrew Bernard [mailto:andrew.bern...@gmail.com]
> Sent: Saturday, June 13, 2015 3:49 AM
> To: Daniel Rosen; lilypond-user@gnu.org
> Subject: RE: "Assertion failed!"
>
> Can you see if this works in 2.19.20? [Based on my hypothes
Running LilyPond 2.19.21 on 64-bit Windows 7, I get an odd pop-up error dialog
in a number of different circumstances. Below are two examples.
EXAMPLE #1 (see
http://lists.gnu.org/archive/html/lilypond-user/2015-06/msg00278.html)
Given the following code,
\version "2.19.21"
\new Voice \with {
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Saturday, June 13, 2015 5:23 AM
> To: Andrew Bernard
> Cc: Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: "Assertion failed!"
>
> Andrew Bernard writes:
>
> > Hi D
d as one. I'm really sorry...
Karen
On Friday, June 12, 2015 11:22 AM, Daniel Rosen
mailto:drose...@gmail.com>> wrote:
Karen,
I don’t understand—is this file related to my question?
DR
From: Karen Billings [mailto:ksbilli...@att.net]
Sent: Friday, June 12, 2015 12:47 PM
To: Simon
Karen,
I don’t understand—is this file related to my question?
DR
From: Karen Billings [mailto:ksbilli...@att.net]
Sent: Friday, June 12, 2015 12:47 PM
To: Simon Albrecht; Daniel Rosen; lilypond-user Mailing List
(lilypond-user@gnu.org)
Subject: Re: \remove "Time_signature_eng
I sent the attached message to the list a couple minutes after the one below
(about an hour and a half ago), but for some reason it still hasn't shown up on
the list.
DR
From: Simon Albrecht [mailto:simon.albre...@mail.de]
Sent: Friday, June 12, 2015 12:39 PM
To: Daniel Rosen; lilypond
DR
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hello all,
When I try to attach a balloon to a whole note, like this:
%%% Snippet begins
\version "2.19.21"
\new Voice \with { \consists "Balloon_engraver" }
{
\balloonGrobText #'Stem #'(3 . 3) \markup { "I'm a Stem" }
g1
}
%%% Snippet ends
I get the attached pop-up window.
Is this an issue
On Tue, Jun 10, 2014 at 10:18 AM, David Nalesnik
mailto:david.nales...@gmail.com>> wrote:
> Hi Daniel,
>
> On Tue, Jun 10, 2014 at 7:35 AM, Daniel Rosen
> mailto:drose...@gmail.com>> wrote:
>
> > Well, I suppose that makes sense, but it still looks Extremely
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Tuesday, June 10, 2014 4:00 AM
> To: Phil Holmes; Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: One of these things just isn't the same
>
> - Original Message -
> From:
\version "2.19.7"
{ f4-> fis-> fes-> f!-> }
Why is the accent on the final note (the one with the natural sign before it)
so much farther away from its parent NoteHead than the others? Is this a known
issue?
DR
___
lilypond-user mailing list
lilypo
> From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com]
> Sent: Sunday, May 25, 2014 5:51 AM
> To: MarcM
> Cc: lilypond-user
> Subject: Re: LilyJAZZ in v2.18
>
> 2014-05-15 16:05 GMT+02:00 MarcM :
> > if the work is open source, can LilyJAZZ be integrated with Lilypond?
>
> I th
mane.org/gmane.comp.gnu.lilypond.announce/599"/>
http://permalink.gmane.org/gmane.comp.gnu.lilypond.announce/598"/>
http://permalink.gmane.org/gmane.comp.gnu.lilypond.announce/597"/>
...
DR
From: Phil Holmes [mailto:m...@philholmes.net]
Sent: Tuesday, April 29, 2014 6:18 PM
To:
I subscribe to the lilypond-announce list's RSS feed so that I can get
reliable, timely notifications of new versions being released, but the list was
silent for each of the two most recent releases (2.19.4 or 2.19.5). Was this
just an oversight?
DR
That was an accepted notational practice at the time for appoggiaturas. There's
a pretty interesting discussion of this in the New Grove Dictionary of Music
and Musicians article on "Ornaments," § 9.i.
DR
From: Steve Lane [mailto:sl...@soliantconsulting.com]
Sent: Monday, April 21, 2014 9:12 AM
> -Original Message-
> From: Trevor Daniels [mailto:t.dani...@treda.co.uk]
> Sent: Monday, April 07, 2014 6:43 AM
> To: David Nalesnik
> Cc: Daniel Rosen; lilypond-user
> Subject: Re: MetronomeMark aligned to accidentals
>
>
> David, you wrote Monday, April 07
> -Original Message-
> From: Trevor Daniels [mailto:t.dani...@treda.co.uk]
> Sent: Saturday, April 05, 2014 6:24 PM
> To: Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: MetronomeMark aligned to accidentals
>
>
> Daniel, you wrote Saturday, April 05, 2014 1:4
> -Original Message-
> From: Trevor Daniels [mailto:t.dani...@treda.co.uk]
> Sent: Saturday, April 05, 2014 6:24 PM
> To: Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: MetronomeMark aligned to accidentals
>
>
> Daniel, you wrote Saturday, April 05, 2014 1:4
> -Original Message-
> From: Brian Barker [mailto:b.m.bar...@btinternet.com]
> Sent: Saturday, April 05, 2014 1:47 PM
> To: Daniel Rosen
> Subject: RE: MetronomeMark aligned to accidentals
>
> At 14:25 05/04/2014 +, you wrote:
> >... I think that maybe
> From: Peter Toye [mailto:lilyp...@ptoye.com]
> Sent: Saturday, April 05, 2014 11:42 AM
> To: lilypond-user@gnu.org
> Subject: Issue with downloaded manuals
>
> I've downloaded the big file HTML version of some manuals, and the links in
> the table of contents frame to the left of the window re
I should also mention that aligning the MetronomeMark with the BarLine would be
fine as a workaround for now, but I can’t figure out how to do that either.
DR
From: Daniel Rosen
Sent: Saturday, April 05, 2014 10:25 AM
To: 'Pierre Perol-Schneider'
Cc: lilypond-user@gnu.org
S
\version "2.19.3"
{ \stemUp a''8[ f']\fermata }
Is this a bug?
DR
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
> -Original Message-
> From: Nick Payne [mailto:nick.pa...@internode.on.net]
> Sent: Sunday, March 30, 2014 11:54 PM
> To: lilypond-user@gnu.org
> Subject: Re: Ties across voices
>
> On 31/03/14 10:56, Daniel Rosen wrote:
> > Consider the example belo
[mailto:pierre.schneider.pa...@gmail.com]
Sent: Saturday, April 05, 2014 9:53 AM
To: Daniel Rosen
Cc: lilypond-user@gnu.org
Subject: Re: MetronomeMark aligned to accidentals
2014-04-05 14:44 GMT+02:00 Daniel Rosen
mailto:drose...@gmail.com>>:
Consider the following example:
\version "2.19.3"
{
Consider the following example:
\version "2.19.3"
{
R1 |
\tempo "Tempo"
}
I would like the MetronomeMark to be aligned with the left edge of the leftmost
Accidental (almost with the BarLine, but not quite). I've been trying to
manipulate the Score.MetronomeMark.non-break-align-symbols pr
> -Original Message-
> From: Simon Albrecht [mailto:simon.albre...@mail.de]
> Sent: Tuesday, April 01, 2014 10:42 AM
> To: lilypond user list
> Subject: The pleasantry of Lilyponding
>
> Hello Lilypond aficionados,
>
> It’s like a mixture of a logical
> puzzle and a strategy game, with th
Consider the example below:
\version "2.19.3"
\new Staff <<
\new Voice \relative c'' { \voiceOne c4~ }
\new Voice \relative c' { \voiceTwo 8 q }
>>
How can I tie the lower voice's to the upper voice's ?
DR
___
lilypond-user mailing list
lilyp
> -Original Message-
> From: Alexander Kobel [mailto:n...@a-kobel.de]
> Sent: Tuesday, March 18, 2014 11:32 AM
> To: Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: How do I write this in chordmode?
>
> On 03/18/2014 04:25 PM, Daniel Rosen wrote:
\version "2.19.3"
{ }
DR
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
> From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com]
> Sent: Thursday, March 13, 2014 9:26 AM
> To: Daniel Rosen
> Cc: brentboylan; lilypond-user@gnu.org
> Subject: Re: Lilypond Snippet Repository
>
> 2014-03-13 14:06 GMT+01:00 Daniel Rosen :
>
&
> -Original Message-
> From: brentboylan [mailto:brent.boy...@outlook.com]
> Sent: Wednesday, March 12, 2014 7:16 PM
> To: lilypond-user@gnu.org
> Subject: Re: Lilypond Snippet Repository
>
> Thanks, it's working fine now.
>
>
>
> --
> View this message in context:
> http://lilypond.106
Did you compile the example without the piano part? When I did, the choir
dynamics all showed up.
DR
From: MING TSANG [mailto:tsan...@rogers.com]
Sent: Saturday, March 08, 2014 5:58 PM
To: Daniel Rosen
Cc: lilypond-user@gnu.org
Subject: Re: dynamics did not print
Daniel,
Thank you for
I think you can. The piano part is not part of the issue, so you could start by
removing everything to do with that.
DR
From: Daniel Rosen
Sent: Saturday, March 08, 2014 5:14 PM
To: 'Yming'
Cc: lilypond-user@gnu.org
Subject: RE: dynamics did not print
Be sure to copy the list on re
Be sure to copy the list on replies.
DR
From: Yming [mailto:tsan...@rogers.com]
Sent: Saturday, March 08, 2014 5:13 PM
To: Daniel Rosen
Subject: RE: dynamics did not print
I don't think I can code 10 lines of code too demonstrate the problem that I
encounter. Sorry for the inconvenience
> From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com]
> Sent: Friday, March 07, 2014 1:53 PM
> To: Kevin Tough
> Cc: LilypondMailingListGenUser
> Subject: Re: Producing Strumming Pattern Examples
>
> 2014-03-07 19:30 GMT+01:00 Kevin Tough :
>
> > I suspect with markup one cou
> From: MING TSANG [mailto:tsan...@rogers.com]
> Sent: Saturday, March 08, 2014 12:23 PM
> To: lilypond-user mailinglist
> Subject: Re: dynamics did not print
>
> sorry, I hit send before include files.
> Here they are:
If you try to make your example more minimal, you may figure out the issue
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Tuesday, March 04, 2014 12:35 PM
> To: Daniel Rosen
> Cc: LilyPond User Group
> Subject: Re: Errors running lilypond-book
>
> At any rate, you are apparently trying to typeset a file screec
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Tuesday, February 25, 2014 10:09 AM
> To: Daniel Rosen
> Cc: Phil Holmes; LilyPond User Group
> Subject: Re: Errors running lilypond-book
>
> Since I do not have an idea about the anatomy o
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Tuesday, February 25, 2014 9:50 AM
> To: Daniel Rosen; LilyPond User Group
> Subject: Re: Errors running lilypond-book
>
> Then I'm confused as to why you had me update bin/book_latex
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Tuesday, February 25, 2014 3:35 AM
> To: Daniel Rosen; LilyPond User Group
> Subject: Re: Errors running lilypond-book
>
> - Original Message -
> From: "Daniel Rosen"
&
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Sunday, February 23, 2014 10:28 AM
> To: David Kastrup
> Cc: Daniel Rosen; bug-lilyp...@gnu.org; lilypond-user@gnu.org
> Subject: Re: Errors running lilypond-book
>
> - Original Mess
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Sunday, February 23, 2014 10:28 AM
> To: David Kastrup
> Cc: Daniel Rosen; bug-lilypond@gnu.org; lilypond-u...@gnu.org
> Subject: Re: Errors running lilypond-book
>
> - Original Mess
> -Original Message-
> From: Janek Warchoł [mailto:janek.lilyp...@gmail.com]
> Sent: Sunday, February 23, 2014 6:45 AM
> To: LilyPond Users
> Subject: devs ask for feedback about RehearsalMark spacing
>
> Hello,
>
> we'd like to learn your opinion about issue 3875
> (http://code.google.co
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Saturday, February 22, 2014 3:08 PM
> To: Daniel Rosen
> Cc: lilypond-user@gnu.org; bug-lilyp...@gnu.org
> Subject: Re: Errors running lilypond-book
>
> Do you have the possibility to ch
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Saturday, February 22, 2014 3:08 PM
> To: Daniel Rosen
> Cc: lilypond-u...@gnu.org; bug-lilypond@gnu.org
> Subject: Re: Errors running lilypond-book
>
> Do you have the possibility to ch
> From: James Worlton [mailto:jworl...@gmail.com]
> Sent: Monday, January 13, 2014 10:08 AM
> To: Server Acim
> Cc: lilypond-user
> Subject: Re: Where is the former manual page ? (2.16.2)
>
>
> On Mon, Jan 13, 2014 at 9:03 AM, Server Acim wrote:
> > Hello,
> > I am using LilyPond 2.16.2 in my L
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Friday, January 10, 2014 12:19 PM
> To: Daniel Rosen
> Cc: Eluze; lilypond-user@gnu.org
> Subject: Re: Automatic octaves
>
> Daniel Rosen writes:
>
> >> -Original Message
> -Original Message-
> From: Richard Shann [mailto:rich...@rshann.plus.com]
> Sent: Friday, January 10, 2014 12:51 PM
> To: Daniel Rosen
> Subject: Re: Markedly different-looking ties
>
> On Fri, 2014-01-10 at 15:44 +, Daniel Rosen wrote:
> > > -Or
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Friday, January 10, 2014 11:31 AM
> To: Daniel Rosen
> Cc: Eluze; lilypond-user@gnu.org
> Subject: Re: Automatic octaves
>
> You could use dak's most elegant make-relative macro...
>
> -Original Message-
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Friday, January 10, 2014 10:42 AM
> To: Daniel Rosen
> Cc: Eluze; Lilypond-User Mailing List
> Subject: Re: Automatic octaves
>
> Hi Daniel,
>
> Does th
> -Original Message-
> From: Richard Shann [mailto:rich...@rshann.plus.com]
> Sent: Thursday, January 09, 2014 12:49 PM
> To: Urs Liska
> Cc: lilypond-user@gnu.org
> Subject: Re: Markedly different-looking ties
>
> > Have a look here:
> > http://lilypondblog.org/2013/07/lilypond-tie-crusad
> -Original Message-
> From: Eluze [mailto:elu...@gmail.com]
> Sent: Sunday, January 05, 2014 2:31 PM
> To: lilypond-user@gnu.org
> Subject: Re: Automatic octaves
>
> instead of this (broken) snippet you could use dak's most elegant and short
> proposal:
>
> http://lilypond.1069038.n5.nab
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Thursday, January 09, 2014 2:11 PM
> To: Daniel Rosen
> Cc: lilypond-user@gnu.org
> Subject: Re: Errors running lilypond-book
>
> Daniel Rosen writes:
>
> > I'm t
I'm trying to follow the tutorial at
http://www.lilypond.org/doc/v2.18/Documentation/usage/an-example-of-a-musicological-document;
I run Windows 7 x86. When I run the command it tells me to (lilypond-book
--output=out --pdf lilybook.lytex), here's what I get (I've redacted my
username from the
> -Original Message-
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Wednesday, January 08, 2014 1:22 PM
> To: Daniel Rosen
> Cc: Lilypond-User Mailing List
> Subject: Re: Musical theater headers
>
> Hi Daniel,
>
> Maybe sta
> -Original Message-
> From: Paul Scott [mailto:waterho...@ultrasw.com]
> Sent: Wednesday, January 08, 2014 1:09 PM
> To: Daniel Rosen
> Cc: Kieren MacMillan; Lilypond-User Mailing List
> Subject: Re: Musical theater headers
>
> I use \markup\fill-line{ "left
> -Original Message-
> From: Daniel Rosen
> Sent: Wednesday, January 08, 2014 12:43 PM
> To: 'Kieren MacMillan'
> Cc: Lilypond-User Mailing List
> Subject: RE: Musical theater headers
>
> I've been trying to do that for the past half-hour or so, and
> -Original Message-
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Wednesday, January 08, 2014 11:26 AM
> To: Daniel Rosen
> Cc: Lilypond-User Mailing List
> Subject: Re: Musical theater headers
>
> Hi Daniel,
>
> > I'm
1 - 100 of 234 matches
Mail list logo