Is this a known bug?
It looks like LP is trying to avoid a collision between the natural sign in the
top staff's voiceTwo and the sharp sign in the bottom staff. But of course they
are nowhere near touching, so there should be no need for collision avoidance.
(Sorry I'm on a slightly older stab
David Kastrup writes:
> You can also get double slurs by marking one explicitly using
> spanner-id. Quite to my surprise, this requires using
> \withMusicProperty instead of \tweak. I'll probably change that,
Duh. A slur ending event does not create a grob, so there is no point
in tweaking it
Thomas Morley writes:
> Hi Rachael,
>
> per default, LilyPond prints _one_slur between legato-chords. This is
> common praxis in nearly all printed editions.
> LilyPond provides the possibility to tweak the slurs via their
> 'control-points. Best use \shape for that purpose.
>
> Sometimes double
On 27/06/13 08:31, Thomas Morley wrote:
2013/6/26 Nick Payne :
On 27/06/13 00:02, Jan Nieuwenhuizen wrote:
Janek Warchoł writes:
More explanation: \finger doesn't mean "insert a fingering here".
Rather, it means "use that funny time-signature-like
font-MODELED-AFTER-ORATOR-WHICH-TRADITIO
2013/6/27 Rachael Thomas :
[...]
> Hello Harm:
>
> This is wonderful work. Thank you so much. One thing, and this certainly
> shows my newbiness here, how to I manipulate where the bottom slur is
> placed? I see that we have, within the code, the ability to change the
> shape of the slur, but wh
On Wed, Jun 26, 2013 at 6:41 PM, Thomas Morley wrote:
> 2013/6/27 Rachael Thomas Carlson :
> > On 06/26/2013 05:08 PM, Thomas Morley wrote:
> >>
> >> \version "2.16.2"
> >>
> >> \new TabStaff {
> >> \tabFullNotation
> >> \set doubleSlurs = ##t
> >> 8\2\4( \2\4)
> >> }
> >
>
2013/6/27 Rachael Thomas Carlson :
> On 06/26/2013 05:08 PM, Thomas Morley wrote:
>>
>> \version "2.16.2"
>>
>> \new TabStaff {
>> \tabFullNotation
>> \set doubleSlurs = ##t
>> 8\2\4( \2\4)
>> }
>
> Hello Harm:
>
> Thank you for the quick reply.
>
> I think that I could poss
2013/6/26 Nick Payne :
> On 27/06/13 00:02, Jan Nieuwenhuizen wrote:
>>
>> Janek Warchoł writes:
>>
>>> More explanation: \finger doesn't mean "insert a fingering here".
>>
>>
>> Rather, it means "use that funny time-signature-like
>>
>> font-MODELED-AFTER-ORATOR-WHICH-TRADITIONALLY-IS-ALSO-USED-IN
On 06/26/2013 05:08 PM, Thomas Morley wrote:
\version "2.16.2"
\new TabStaff {
\tabFullNotation
\set doubleSlurs = ##t
8\2\4( \2\4)
}
Hello Harm:
Thank you for the quick reply.
I think that I could possibly make this work. Would I manipulate the
padding of the slur t
2013/6/26 Rachael Thomas Carlson :
> Hello everyone:
>
> I am wondering how one might create a slur with the \markup command. I am
> trying to create, in tabulature, two pull-offs that occur simultaneously in
> the same voice.
>
> \version "2.16.2"
>
> \new TabStaff {
> 8\2\4 \2\4
> }
>
> I need
On 27/06/13 00:02, Jan Nieuwenhuizen wrote:
Janek Warchoł writes:
More explanation: \finger doesn't mean "insert a fingering here".
Rather, it means "use that funny time-signature-like
font-MODELED-AFTER-ORATOR-WHICH-TRADITIONALLY-IS-ALSO-USED-IN-SMALL-SIZE-FOR-FINGERING
for these glyphs".
T
Hello everyone:
I am wondering how one might create a slur with the \markup command. I
am trying to create, in tabulature, two pull-offs that occur
simultaneously in the same voice.
\version "2.16.2"
\new TabStaff {
8\2\4 \2\4
}
I need to create a slur between both of these notes without
Hello,
could someone please explain how to run Lilypond from Fraise?
Many thanks.
Philippe
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Frederick Bartlett schrieb:
>All,
>
>I'm using 2.16.1 on Linux, writing in 3/4, and trying to attach a
>fermata
>to a whole rest. That is, r4\fermata is no problem, but R1 *
>3/4\fermata
>generates the following message on compilation:
>
>programming error: Object is not a markup.
>continuing
All,
I'm using 2.16.1 on Linux, writing in 3/4, and trying to attach a fermata
to a whole rest. That is, r4\fermata is no problem, but R1 * 3/4\fermata
generates the following message on compilation:
programming error: Object is not a markup.
continuing, cross fingers
This object should be a mark
I was able to successfully install frescobaldi using macports on OSX 10.8. I
had to install XCode for the first time, and I did not run into the error
you're seeing. I don't know how to troubleshoot it.
-Paul
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Frescobald
Hello,
Perhaps are the xcode command line tools too old: within XCode (my version
is 4.6.3), you have to go to "Preferences", then "Downloads" and update the
Command line tools
Philippe
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Frescobaldi-and-macports-tp147411p14
- Original Message -
From: "David Kastrup"
To:
Sent: Wednesday, June 26, 2013 11:09 AM
Subject: Re: Subtracting one from the measure number
"Phil Holmes" writes:
I've got a piece of music that has a dotted bar and a (hidden) time
signature change at a place where the bar number is
Janek Warchoł writes:
> More explanation: \finger doesn't mean "insert a fingering here".
Rather, it means "use that funny time-signature-like
font-MODELED-AFTER-ORATOR-WHICH-TRADITIONALLY-IS-ALSO-USED-IN-SMALL-SIZE-FOR-FINGERING
for these glyphs".
There, FTFY.
Jan
--
Jan Nieuwenhuizen | GNU
Hi,
2013/6/26 David Kastrup :
> Nick Payne writes:
>
>> If I override Fingering settings to change the style of the numerals
>> used for fingering, as in the example below, I find that \finger
>> inside a markup still uses the default fingering characters for the
>> numerals.
>
> Pretty much expe
If I override Fingering settings to change the style of the numerals
used for fingering, as in the example below, I find that \finger inside
a markup still uses the default fingering characters for the numerals.
Is this expected behaviour, or a bug? If expected behaviour, how can I
change the
"Phil Holmes" writes:
> I've got a piece of music that has a dotted bar and a (hidden) time
> signature change at a place where the bar number is not incremented.
> I know I could explicitly set the bar number to the new correct number
> (calculated number minus one) but is there a way of subtrac
2013/6/25 Joshua Krämer :
> On Thu, 06 Jun 2013 00:11:41 +0200, Janek Warchoł wrote:
>
>>> This typeface style is known as "Scotch". A high-quality, free Scotch
>>> type-family is "Old Standard". [...]
>>
>> [...] Unfortunately, in my opinion it's too thin, so it would need to
>> be modified - thi
Hello,
have any of you managed to successfully upgrade macports on Macosx 10.8 to use
Frescobaldi?
Although I have installed the very latest version of XCode and updated the
macport XCode path to "/Developer", I keep getting "your version of XCode is
too old" messages.
Cheers,
Philippe
I've got a piece of music that has a dotted bar and a (hidden) time
signature change at a place where the bar number is not incremented. I know
I could explicitly set the bar number to the new correct number (calculated
number minus one) but is there a way of subtracting one from the existing
On Wed, 26 Jun 2013, Urs Liska wrote:
Am 25.06.2013 19:01, schrieb Joram Berger:
I have *never* seen "reply to group" in any client I've worked with.
It is usually called "Reply All" or "Followup".
Thunderbird calls it "Reply to mailing list" and it is an alternative
choice to "Reply to s
2013/6/25 Karl Hammar :
> Janek:
>> 2013/6/24 Karl Hammar
>> > I don't think it helps people to show them the golden standard since
>> > they don't know what to look for.
>>
>> That's *precisely* why i give the comparisons mentioned before to
>> anyone who has at least remote connection with music
Urs Liska writes:
> Am 26.06.2013 02:10, schrieb Hilary Snaden:
>> On 24/06/13 03:20, Nick Payne wrote:
>>> On 24/06/13 09:58, Urs Liska wrote:
Am 24.06.2013 00:32, schrieb Nick Payne:
> How about considering Gentium Plus once the bold and bold italic faces
> are available (at the mo
Am 26.06.2013 02:10, schrieb Hilary Snaden:
On 24/06/13 03:20, Nick Payne wrote:
On 24/06/13 09:58, Urs Liska wrote:
Am 24.06.2013 00:32, schrieb Nick Payne:
How about considering Gentium Plus once the bold and bold italic faces
are available (at the moment Gentium Plus contains only regular a
Am 25.06.2013 19:01, schrieb Joram Berger:
I have *never* seen "reply to group" in any client I've worked with.
It is usually called "Reply All" or "Followup".
Thunderbird calls it "Reply to mailing list" and it is an alternative
choice to "Reply to sender".
My Thunderbird even gives me "Repl
30 matches
Mail list logo