On 19/11/12 12:47, Paul wrote:
> I would like to set my prall on the right-hand side of my note, rather
> than above it. (Per Baroque organ scores.) Any ideas how to achieve
> this?
Adaptation of http://lsr.dsi.unimi.it/LSR/Item?id=690
%=
\version "2.16.0"
bprall =
While running a batch job to generate several chords, I found that some of them cut off the top improperly. For example, here is bdim7.ly . Yet, it seems to look fine for amin7.ly. These were generated from --png -dpreview . The source for the two files is below. Is this a bug? This was using
I would like to set my prall on the right-hand side of my note, rather
than above it. (Per Baroque organ scores.) Any ideas how to achieve
this?
Image attached picturing desired outcome.
--
Paul.
<>___
lilypond-user mailing list
lilypond-user@gnu.org
2012/11/18 Reinhold Kainhofer :
>> 2012/11/18 Reinhold Kainhofer :
>> > beam is still going on. Line breaks during beams are disallowed.
>>
>> Not exactly,
>>
>> {
>> \time 2/4
>> \override Beam.breakable = ##t
>
> Doesn't that prove my point: You have to explicitly allow breaks, because by
Thomas Morley writes:
> 2012/11/18 Wim van Dommelen :
>>
>> My question: Is this use of different (utf8) characters supported "by
>> accident", or on purpose? I would welcome this change but not when it
>> can be broken in the future. And if "yes" can someone update the
>> documentation to provid
On Sun, Nov 18, 2012 at 2:34 AM, Thomas Morley <
thomasmorle...@googlemail.com> wrote:
> 2012/11/17 Olivier Biot :
> > Is there a more elegant and less verbose way than the following approach
> to
> > add a 3-column section for documenting editorial changes to scores?
> >
> > %% BEGIN
> > \version
> In older versions like 2.11.21 it was possible to write
>
> c2 \glissando r2
>
> to get a horizontal glissando line between the notehead and the rest
> (which could be further adjusted with `bound-details'). With recent
> versions like 2.17.5, however, this is no longer the case. I know ho
In older versions like 2.11.21 it was possible to write
c2 \glissando r2
to get a horizontal glissando line between the notehead and the rest
(which could be further adjusted with `bound-details'). With recent
versions like 2.17.5, however, this is no longer the case. I know how
to emulate t
On So., 18. Nov. 2012 18:34:46 CET, Francisco Vila
wrote:
> 2012/11/18 Reinhold Kainhofer :
> > beam is still going on. Line breaks during beams are disallowed.
>
> Not exactly,
>
> {
> \time 2/4
> \override Beam.breakable = ##t
Doesn't that prove my point: You have to explicitly allo
On 18/11/12 23:11, Federico Bruni wrote:
> I'm currently using these simple variables to reduce the clutter in my
> files:
>
> barreI = \override TextSpanner #'(bound-details left text) = #"B I "
> barreII = \override TextSpanner #'(bound-details left text) = #"B II "
> barreIII = \override TextSpa
2012/11/18 Reinhold Kainhofer :
> In this case, the beams are the problem: the [ is placed one note too early,
> so it messes up the beaming and makes lilypond think that a beam is still
> going on. Line breaks during beams are disallowed.
Not exactly,
{
\time 2/4
\override Beam.breakable = #
Il 18/11/2012 18:10, Thomas Morley ha scritto:
So see my own coding below.
\version "2.16.0"
barre =
#(define-music-function (parser location strg music)(string? ly:music?)
(let ((arg (string-append "B " strg)))
#{
\override TextSpanner #'(bound-details left text) = $arg
2012/11/18 Federico Bruni :
> Il 18/11/2012 14:28, Thomas Morley ha scritto:
>
>> boiled down, you want to use a function to set 'left 'text of TextSpanner.
>>
>> How about:
>>
>> \version "2.16.0"
>>
>> barre =
>> #(define-music-function (parser location strg)(string?)
>> (let ((arg (string-append
- Original Message -
From: "Marc Hohl"
To: "Phil Holmes"
I alerted him to the fact that the first place to look for errors is
the log file,
well, only if you have one ;-)
If you don't, it should be on the terminal output and it should be even more
obvious that the first thing to
Am 18.11.2012 16:52, schrieb Phil Holmes:
[...]
Check the output in the log file and correct the error.
That was too fast, I think.
The file compiles fine on my machine, the log on the console says:
warning: already have a beam
\clef treble bes16 d f aes bes [ c ]
Am 18.11.2012 16:51, schrieb Reinhold Kainhofer:
On 2012-11-18 16:42, Marc Hohl wrote:
Check the output in the log file and correct the error.
That was too fast, I think.
Nope, that's exactly the problem.
The file compiles fine on my machine, the log on the console says:
warning: already h
- Original Message -
From: "Marc Hohl"
To:
Sent: Sunday, November 18, 2012 3:42 PM
Subject: Re: bleeding
Am 18.11.2012 14:58, schrieb Phil Holmes:
- Original Message - From: Mark Stephen Mrotek
To: lilypond-user@gnu.org
Sent: Sunday, November 18, 2012 1:52 PM
Subject: bleed
On 2012-11-18 16:42, Marc Hohl wrote:
Check the output in the log file and correct the error.
That was too fast, I think.
Nope, that's exactly the problem.
The file compiles fine on my machine, the log on the console says:
warning: already have a beam
\clef treble bes16 d f aes bes [ c ]
Am 18.11.2012 14:58, schrieb Phil Holmes:
- Original Message - From: Mark Stephen Mrotek
To: lilypond-user@gnu.org
Sent: Sunday, November 18, 2012 1:52 PM
Subject: bleeding
Hello:
How do I stop the staff from bleeding off the page? I have tried
"\break." Lilypond states the command w
- Original Message -
From: Mark Stephen Mrotek
To: lilypond-user@gnu.org
Sent: Sunday, November 18, 2012 1:52 PM
Subject: bleeding
Hello:
How do I stop the staff from bleeding off the page? I have tried "\break."
Lilypond states the command was overridden. Lilypond suggests using ba
Hello:
How do I stop the staff from bleeding off the page? I have tried "\break."
Lilypond states the command was overridden. Lilypond suggests using bar
checks. They are already there.
Thank you for your kind attention.
Mark Stephen Mrotek
\version "2.16.0"
global = {
\key c
Il 18/11/2012 14:28, Thomas Morley ha scritto:
boiled down, you want to use a function to set 'left 'text of TextSpanner.
How about:
\version "2.16.0"
barre =
#(define-music-function (parser location strg)(string?)
(let ((arg (string-append "B " strg)))
#{
\override TextSpanner #'(bou
2012/11/18 Federico Bruni :
> I'm currently using these simple variables to reduce the clutter in my
> files:
>
> barreI = \override TextSpanner #'(bound-details left text) = #"B I "
> barreII = \override TextSpanner #'(bound-details left text) = #"B II "
> barreIII = \override TextSpanner #'(bound
2012/11/18 Paul Morris :
[...]
> I do have some small changes I made to my local copy that I'd like to add.
> They are for the accidental signs in the text -- better spacing and putting
> them into a LilyPond variable for less repetition. I won't be able to get to
> this until Wednesday at the
I'm currently using these simple variables to reduce the clutter in my
files:
barreI = \override TextSpanner #'(bound-details left text) = #"B I "
barreII = \override TextSpanner #'(bound-details left text) = #"B II "
barreIII = \override TextSpanner #'(bound-details left text) = #"B III "
...
Arle Lommel wrote Sunday, November 18, 2012 9:42 AM
> I've got what should be a simple question, but one which is giving me no end
> of trouble. I'm attempting to set a carol for homophonic choir, so I do *not*
> need independent voices, but I do need the lyrics between the staves.
The example
2012/11/18 Wim van Dommelen :
> Hi Harm, and others,
>
> I wondered in this discussion what you were exactly trying to achieve, so I
> copied your code and compiled it. Very nice!
>
> And after the copy I saw a weird thing (nothing to do with this specific
> example!): You use "non-standard" charac
- Original Message -
From: "Phil Holmes"
To: "Nick Payne" ;
Sent: Saturday, November 17, 2012 10:18 PM
Subject: Re: 2.17.7 Windows download link not on server
- Original Message -
From: "Nick Payne"
To:
Sent: Saturday, November 17, 2012 8:42 PM
Subject: 2.17.7 Windows down
Hi Harm, and others,
I wondered in this discussion what you were exactly trying to achieve,
so I copied your code and compiled it. Very nice!
And after the copy I saw a weird thing (nothing to do with this
specific example!): You use "non-standard" characters and numbers as
names of the v
Am 18.11.2012 10:42, schrieb Arle Lommel:
Hello all,
I've got what should be a simple question, but one which is giving me no end of
trouble. I'm attempting to set a carol for homophonic choir, so I do *not* need
independent voices, but I do need the lyrics between the staves. All of the
exam
Hello all,
I've got what should be a simple question, but one which is giving me no end of
trouble. I'm attempting to set a carol for homophonic choir, so I do *not* need
independent voices, but I do need the lyrics between the staves. All of the
examples I have found online are considerably mo
Sorry just found (stumbled over) a cure in the documentation: inserting a
space in the \global fixes it. Wonderful!
global =
{ s1 \bar "||" \acciacciatura s8 s1 }
Many thanks,
Alex
From: Alex Voice
Date: Sunday, 18 November 2012 08:15
To:
Subject: Acciaccaturas and global barline
Am 18.11.2012 09:15, schrieb Alex Voice:
Hi, Lilypond Experts.
I have a problem combining an acciaccatura at the start of a bar with global
settings for special bar lines.
The following code places the acciaccatura before the double bar and creates
another spurious bar before both of them:
Hi, Lilypond Experts.
I have a problem combining an acciaccatura at the start of a bar with global
settings for special bar lines.
The following code places the acciaccatura before the double bar and creates
another spurious bar before both of them:
\version "2.16.1"
global =
{ s1 \bar "||"
34 matches
Mail list logo