On Tue 05 Jul 2011, 13:35 Kieren MacMillan wrote:
> Hey Eluze,
>
> > i think Kieren's solution works if you override the property of the
> > TextScript in its real context which seems to be the Voice context:
>
> D'oh!
> Sorry for the noise… thanks for the correction!
I doubt if either could help
This snippet seems to do the trick:
global = { \repeat unfold 3 { \time 4/4 \once \override Staff.TimeSignature
#'stencil = ##f { s1*4 } \bar "" \break { s1*4 }
The override of the stencil removes the extra time signatures; the once
command ensures that not all of the time signatures throughout
When I use \repeat unfold, it changes the time signatures in the parts —
actually it adds them to the ones that are already there. When I only use it
once, it simply breaks the first system.
http://old.nabble.com/file/p32000936/Screen%2Bshot%2B2011-07-05%2Bat%2B6.13.08%2BPM.png
I didn't use \
On 5 July 2011 22:45, Andrea La Rose wrote:
> I just tried your suggestion, but it still only seems to affect the first
> system and nothing else. I even reduced it to four-bar skips, but the second
> system has far more than that and runs off the page. I can't figure out why
> it applies to one
On 26 June 2011 17:40, Nick Baskin wrote:
> After moving the Bar_number_engraver, the Timing_translator, and the
> Default_bar_line_engraver to the Staff context, everything seems to be
> working correctly except for the repeat. The bracket for the first
> alternate disappears after the final li
Hello,
From: lilypond-user-bounces+james.lowe=datacore@gnu.org
[lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Tim
McNamara [tim...@bitstream.net]
Sent: 05 July 2011 17:56
To: LilyPond User
Subject: Re: Lilypond making my Macbook P
Graham Percival writes:
> On Tue, Jul 05, 2011 at 09:32:15AM +0200, David Kastrup wrote:
>> Nick Payne writes:
>>
>> > On 05/07/11 06:26, Graham Percival wrote:
>> >> Ah, but as far as lilypond is concerned, whitespace *is* nothing. :)
>> > Actually, right-hand fingering requires whitespace. If
Dear Neil,
I just tried your suggestion, but it still only seems to affect the first
system and nothing else. I even reduced it to four-bar skips, but the second
system has far more than that and runs off the page. I can't figure out why
it applies to one system, but not others. I'm wondering if t
On Tue, Jul 05, 2011 at 09:32:15AM +0200, David Kastrup wrote:
> Nick Payne writes:
>
> > On 05/07/11 06:26, Graham Percival wrote:
> >> Ah, but as far as lilypond is concerned, whitespace *is* nothing. :)
> > Actually, right-hand fingering requires whitespace. If the whitespace
> > between "#1"
Am 05.07.2011 21:03, schrieb Neil Puttock:
On 5 July 2011 15:45, Marc Hohl wrote:
Ideally, there is something I can put in a separate include file which works
for
*all* markups that follow (which are mixed with scores and bundled in
several
\bookpart contexts.
I don't think this is possible w
On 5 July 2011 17:01, Andrea La Rose wrote:
> I've reduced the example to just viola 3 & 4 and included only up to the
> part where it stops working properly. The first line breaks mid-measure as
> I'd like, without my having to do anything special. But the second system
> runs off the page. Thou
On 5 July 2011 15:45, Marc Hohl wrote:
> Ideally, there is something I can put in a separate include file which works
> for
> *all* markups that follow (which are mixed with scores and bundled in
> several
> \bookpart contexts.
I don't think this is possible without redefining interpret-markup
d
On 7/5/11 8:27 AM, "Nick" wrote:
> Hello.
>
> I'm new to Lilypond and going through the tutorial right now.
> One thing I'm noticing is that whenever Lilypond is open
> (even just sitting idly in the background), my computer runs
> noticeably slower. It's a new MacBook Pro, 8 gigs of RAM.
> It c
On 5 Jul 2011, at 16:27, Nick wrote:
> I'm new to Lilypond and going through the tutorial right now.
> One thing I'm noticing is that whenever Lilypond is open
> (even just sitting idly in the background), my computer runs
> noticeably slower.
Have you checked in Activity Monitor or the Termina
Am 05.07.2011 18:17, schrieb -Eluze:
[...]
i think Kieren's solution works if you override the property of the
TextScript in its real context which seems to be the Voice context:
\layout {
\context {
\Voice
\override TextScript #'font-size = #-12
} }
hth
Eluze
No, it is still not
Hey Eluze,
> i think Kieren's solution works if you override the property of the
> TextScript in its real context which seems to be the Voice context:
D'oh!
Sorry for the noise… thanks for the correction!
Kieren.
___
lilypond-user mailing list
lilypond
Hello,
)-Original Message-
)From: lilypond-user-bounces+james.lowe=datacore@gnu.org
)[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On
)Behalf Of Nick
)Sent: 05 July 2011 15:28
)To: lilypond-user@gnu.org
)Subject: Lilypond making my Macbook Pro run slow
)
)Hello.
)
)I'm
Thanks very much, this worked well.
Best,
Alex
On Jun 29, 2011, at 1:46 PM, Kieren MacMillan wrote:
> Hi Alex (and Mike),
>
>>> What I really want is the trill with a flat sign, but I didn't figure that
>>> one out.
>
> This is what I do:
>
> trillWithFlat = {
> \once \override TrillSpanne
You can check on this by using the Activity Monitor (in the Finder, Go menu >
Utilities > Activity Monitor). If you sort alphabetically you can easily find
Lilypond and see whether it is demanding a lot of CPU cycles, hogging memory
and/or spawning a lot of subprocesses that are slowing things
Dear Phil,
I've reduced the example to just viola 3 & 4 and included only up to the
part where it stops working properly. The first line breaks mid-measure as
I'd like, without my having to do anything special. But the second system
runs off the page. Thoughts?
cheers,
Andrea
http://old.nabble.c
Marc Hohl wrote:
>
> Am 05.07.2011 15:15, schrieb Kieren MacMillan:
>
>>
>> \layout {
>>\context {
>> \Score
>> \override TextScript #'abs-fontsize = #14
>>}
>> }
>>
>> ??
> No, that doesn't have any effect. :-(
>
> Ideally, there is something I can put in a separate include
Hello.
I'm new to Lilypond and going through the tutorial right now.
One thing I'm noticing is that whenever Lilypond is open
(even just sitting idly in the background), my computer runs
noticeably slower. It's a new MacBook Pro, 8 gigs of RAM.
It can run Logic, Sibelius, many tabs of Chrome, Mail
Am 05.07.2011 15:15, schrieb Kieren MacMillan:
Hi Marc,
but I think there is a more generic solution, but searching the Manual and
the archives didn't give any clue.
What about
\layout {
\context {
\Score
\override TextScript #'abs-fontsize = #14
}
}
??
No, that doesn't have
Hi, Joey --
On Mon, Jul 4, 2011 at 4:55 PM, Joey wrote:
> Anyone know if it is possible in lilypond to notation tuplets across a
> barline?
>
Sure, it's possible. See "Permitting line breaks within beamed tuplets" at
http://lilypond.org/doc/v2.14/Documentation/notation/writing-rhythms#tuplets
2011/7/5 Phil Holmes :
> - Original Message - From: "James Lowe"
> To: "Jacek Gajek" ; "lilypond-user"
>
> Cc: "Phil Holmes"
> Sent: Tuesday, July 05, 2011 12:45 AM
> Subject: RE: ERROR: Unable to find file "ice-9/boot-9.scm" in load path
>
>
> Hello,
> __
Yes, it is possible. :) Here's a small example (maybe it is just a bit silly,
but it works).
\version "2.14.0"
\relative c'' {
c2. \times 2/3 { c4 b a }
c2~ c8 \times 2/3 { c8[ b a] }
}
Enjoy the discover of LilyPond!
___
lilypond-user mailin
Hi Marc,
> but I think there is a more generic solution, but searching the Manual and
> the archives didn't give any clue.
What about
\layout {
\context {
\Score
\override TextScript #'abs-fontsize = #14
}
}
??
Hope this helps,
Kieren.
_
Am 05.07.2011 13:45, schrieb Joseph Wakeling:
On 07/05/2011 12:26 PM, Urs Liska wrote:
Probably Joey doesn't want to use \time 4/5 but to scale durations.
I adjusted your example a little bit so one sees better what happens:
Nice solution! Very convenient to have since right now I'm working
> And therefore any example containing unnecessary whitespace _is_ "an example
> from which nothing can be removed".
Awesome.
That's why I love language, and debates where either side (including myself)
try to tie it down and make it "perfectly clear". =)
Thanks for my daily smile, Matt!
Kier
On 07/05/2011 12:26 PM, Urs Liska wrote:
> Probably Joey doesn't want to use \time 4/5 but to scale durations.
> I adjusted your example a little bit so one sees better what happens:
Nice solution! Very convenient to have since right now I'm working on a
few contemporary-music examples for the do
Ok! Good! Solved!
Thank you so match!
--
oiram/bin/selom
MkarlM-HomePage
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hello list,
I have the following definition in my preamble:
myStaffSize = #20
\paper {
ragged-right = ##f
indent = 3\cm
print-all-headers = ##t
#(define fonts
(make-pango-font-tree "Goudy Bookletter 1911"
"GoudyBookletter1911Italic"
On Tue 05 Jul 2011, 12:12 Mario Moles wrote:
> Hi lilyponders!
Hi!
> This is a bug?
No, it's not!
> In this ly-file lilypond don't print the "fermata":
Please search for \fermataMarkup.
(R1 is not a note)
> violin = \relative c'' {
> \global
> % Qui segue la musica.
> R1\fermata|
> }
--
2011/7/5 Mario Moles :
> Hi lilyponders!
>
> This is a bug?
I think not. On whole-measure rests you should use
{
R1 -\fermataMarkup
}
Using plain rests also works.
{
r1 \fermata
}
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
Am 05.07.2011 12:12, schrieb Mario Moles:
Hi lilyponders!
This is a bug?
In this ly-file lilypond don't print the "fermata":
with Rs, I think you'll have to use \fermataMarkup:
R1\fermataMarkup
HTH,
Marc
\version "2.15.2"
\paper {
#(set-paper-size "a3")
}
global = {
\key c \majo
Probably Joey doesn't want to use \time 4/5 but to scale durations.
I adjusted your example a little bit so one sees better what happens:
{
\time 2/10
\times 4/5 { c'8 c'8 } \bar "||"
% \scaleDurations scales without tuplet numbers or brackets
\scaleDurations #'(4 . 5) { c'8 c'8
On Jul 5, 2011, at 11:45 AM, Joseph Wakeling wrote:
> On 07/05/2011 08:57 AM, m...@apollinemike.com wrote:
>> On Jul 5, 2011, at 8:29 AM, Joey wrote:
>>
>>> In Ferneyhough's etudes transcendentales,
>>> he employs meters such as 2/12 or 2/10,
>>> acting as literal subdivisions of the semi-breve.
No. Check the Notation Reference:
Markups can be added to multi-measure rests. The predefined command
\fermataMarkup is provided for adding fermatas.
\compressFullBarRests
\time 3/4
R2.*10^\markup { \italic "ad lib." }
R2.^\fermataMarkup
==
Phil Holmes
- Original Message -
Fro
User \fermataMarkup for whole bar rests.
HTH
Urs
Am 05.07.2011 12:12, schrieb Mario Moles:
Hi lilyponders!
This is a bug?
In this ly-file lilypond don't print the "fermata":
\version "2.15.2"
\paper {
#(set-paper-size "a3")
}
global = {
\key c \major
\time 4/4
}
violin = \relativ
Hi lilyponders!
This is a bug?
In this ly-file lilypond don't print the "fermata":
\version "2.15.2"
\paper {
#(set-paper-size "a3")
}
global = {
\key c \major
\time 4/4
}
violin = \relative c'' {
\global
% Qui segue la musica.
R1\fermata|
}
\score {
\new Staff \with {
instrum
On 07/05/2011 08:57 AM, m...@apollinemike.com wrote:
> On Jul 5, 2011, at 8:29 AM, Joey wrote:
>
>> In Ferneyhough's etudes transcendentales,
>> he employs meters such as 2/12 or 2/10,
>> acting as literal subdivisions of the semi-breve.
>
> The easiest way would be to create an override for the
- Original Message -
From: "Jacek Gajek"
To:
Sent: Thursday, June 23, 2011 4:16 PM
Subject: ERROR: Unable to find file "ice-9/boot-9.scm" in load path
Hello, I encounter the following output, no matter how do I try to use
lilypond from cmd.
"lilypond-windows" drag&drop works, but I w
That seems like a bug to me. I'll report it as a bug, but you can work
around it by putting the dynamics in the "upper" music rather than a
dynamics context.
==
Phil Holmes
- Original Message -
From: "Ewald Gutenkunst"
To: "LilyPond"
Sent: Tuesday, July 05, 2011 1:17 AM
Subject:
Phil Holmes writes:
> In PATH I have "C:\Program Files (x86)\LilyPond\usr\bin". It is a
> correct path (the folder exists).
>
> When I type lilypond:
> GNU LilyPond 2.12.3
> programming error: cannot find absolute argv0
This has been fixed in 2.13.5x. As a workaround, use the
absolute file name
Nick Payne writes:
> On 05/07/11 06:26, Graham Percival wrote:
>> Ah, but as far as lilypond is concerned, whitespace *is* nothing. :)
> Actually, right-hand fingering requires whitespace. If the whitespace
> between "#1" and ">" in 4 is removed, Lilypond
> throws an error.
Not a particularly co
- Original Message -
From: "James Lowe"
To: "Jacek Gajek" ; "lilypond-user"
Cc: "Phil Holmes"
Sent: Tuesday, July 05, 2011 12:45 AM
Subject: RE: ERROR: Unable to find file "ice-9/boot-9.scm" in load path
Hello,
From: lilypond-user-bounces+jam
On 05/07/11 06:26, Graham Percival wrote:
Ah, but as far as lilypond is concerned, whitespace *is* nothing. :)
Actually, right-hand fingering requires whitespace. If the whitespace
between "#1" and ">" in 4 is removed, Lilypond
throws an error.
Nick
__
47 matches
Mail list logo