Dear community,
in the following snippet, I wanted to white out the beam.
Unfortunately it doesn't work and I don't understand the reason for it.
Any idea?
\version "2.14.2"
Music = \relative c''' {
\override Staff.TimeSignature #'whiteout = ##t
\override TimeSignature #'layer = #3
\ove
On 19 November 2011 10:30, Stefan Thomas
wrote:
> Dear community,
> in the following snippet, I wanted to white out the beam.
> Unfortunately it doesn't work and I don't understand the reason for it.
> Any idea?
\override Staff.TimeSignature #'layer = #3
(you forgot the "Staff." for this one).
Le 18/11/2011 15:05, Sebastian Canagaratna disait :
I can write these part in different scores, but the midi comes in
different files.
If you'd like to have _all_ sections in one "concatenated" MIDI, you
just have to create a "musical expression" indicating what is the
sequence. Don't forget
Hi all,
I want to \break in the middle of a measure. I coded the following, but it is
not breaking at the desire place. Is it possible to do that?
% begin
\version "2.14.2"
\include "english.ly"
breaktest = \relative c' {
f8 f8 r4 f4 f8 g8 |
a8 a16 a16 a16 a16 bs16 c16 c8 f,8 r8 f8
- Original Message -
From: "David Kastrup"
To:
Sent: Friday, November 18, 2011 9:14 PM
Subject: Re: Scheme for rhythmic transposition
James writes:
hello,
On 18 November 2011 19:38, Adam Good wrote:
Hi All,
A few years ago I believe a Lilypond user offered some Scheme code to
g
Please read the Notation Reference, section 4.3.1, helpfully titled "Line
Breaking".
--
Phil Holmes
- Original Message -
From: MING TSANG
To: lilypond-user@gnu.org ; lilypond-user-requ...@gnu.org
Sent: Saturday, November 19, 2011 10:58 AM
Subject: \break
Hi all,
I
On 19 November 2011 11:58, MING TSANG wrote:
>
> Hi all,
> I want to \break in the middle of a measure. I coded the following, but it
> is not breaking at the desire place. Is it possible to do that?
Use \bar "" \break
Cheers,
Xavier
--
Xavier Scheuer
__
Thank you.
Blessing in+,
>
> From: Xavier Scheuer
>To: MING TSANG
>Cc: "lilypond-user@gnu.org" ;
>"lilypond-user-requ...@gnu.org"
>Sent: Saturday, November 19, 2011 6:07:20 AM
>Subject: Re: \break
>
>On 19 November 2011 11:58, MING TSANG wrote:
>>
>> Hi
thank you very much.
Blessing in+,
>
> From: Phil Holmes
>To: MING TSANG ; lilypond-user@gnu.org;
>lilypond-user-requ...@gnu.org
>Sent: Saturday, November 19, 2011 6:05:13 AM
>Subject: Re: \break
>
>
>
>Please read the Notation Reference, section 4.3.1,
he
Hi everyone,
I'm trying to define a 2-argument markup command. the definition below
doesn't work, I get all sorts of errors when I call either
\jcStack{"x"}{"y"}
or
\jcStack "x" "y"
or
\jcStack #"x" #"y"
#(define-markup-command (jcStack layout props jcHi jcLo) (markup? markup?)
(interpre
Robert Schmaus writes:
> Hi everyone,
>
> I'm trying to define a 2-argument markup command. the definition below
> doesn't work, I get all sorts of errors when I call either
> \jcStack{"x"}{"y"}
> or
> \jcStack "x" "y"
> or
> \jcStack #"x" #"y"
>
>
>
> #(define-markup-command (jcStack layout prop
"Phil Holmes" writes:
> \shiftDurations seems to be remaining poorly documented. I'd be happy
> to update the LSR with that function rather than the way it is now,
> but it seems to me that durations can only be made shorter, not
> longer? If I use:
>
>\shiftDurations 1 0 { \music }
>
> all
- Original Message -
From: "David Kastrup"
To: "Phil Holmes"
Cc:
Sent: Saturday, November 19, 2011 11:22 AM
Subject: Re: Scheme for rhythmic transposition
"Phil Holmes" writes:
\shiftDurations seems to be remaining poorly documented. I'd be happy
to update the LSR with that func
"Phil Holmes" writes:
> - Original Message -
> From: "David Kastrup"
> To: "Phil Holmes"
> Cc:
> Sent: Saturday, November 19, 2011 11:22 AM
> Subject: Re: Scheme for rhythmic transposition
>>>\shiftDurations
>>>-1 0 { \music }
>>>
>>> Is this the correct usage
- Original Message -
From: "David Kastrup"
To: "Phil Holmes"
Cc:
Sent: Saturday, November 19, 2011 4:07 PM
Subject: Re: Scheme for rhythmic transposition
"Phil Holmes" writes:
- Original Message -
From: "David Kastrup"
To: "Phil Holmes"
Cc:
Sent: Saturday, November
Am 11/19/11 4:07 PM, schrieb David Kastrup:
Robert Schmaus writes:
Hi everyone,
I'm trying to define a 2-argument markup command. the definition below
doesn't work, I get all sorts of errors when I call either
\jcStack{"x"}{"y"}
or
\jcStack "x" "y"
or
\jcStack #"x" #"y"
#(define-markup-com
Robert Schmaus writes:
> Am 11/19/11 4:07 PM, schrieb David Kastrup:
>> Robert Schmaus writes:
>>
>>> Hi everyone,
>>>
>>> I'm trying to define a 2-argument markup command. the definition below
>>> doesn't work, I get all sorts of errors when I call either
>>> \jcStack{"x"}{"y"}
>>> or
>>> \jcSt
Am 11/19/11 5:46 PM, schrieb David Kastrup:
Robert Schmaus writes:
Am 11/19/11 4:07 PM, schrieb David Kastrup:
Robert Schmaus writes:
Hi everyone,
I'm trying to define a 2-argument markup command. the definition below
doesn't work, I get all sorts of errors when I call either
\jcStack{"x
Robert Schmaus writes:
> Ok, how about this example then:
>
> \version "2.14.2"
>
> #(define-markup-command (jcRaise layout props jcText) (markup?)
> (interpret-markup layout props
> (markup #:raise 1.5 #:smaller #:smaller #:smaller jcText )
> )
> )
>
> #(define-markup-command (
19 matches
Mail list logo