"David B. Stocker" writes:
> On 06/29/2015 06:32 PM, lilypond-user-requ...@gnu.org wrote:
>>
>> Maybe:
>>
>> \version "2.18.2"
>>
>> font-size-tweak =
>> #(define-music-function (parser location music) (ly:music?)
>> (map-some-music
>> (lambda (m)
>> (and (music-is-of-type? m 'n
2015-06-30 7:57 GMT+02:00 David Kastrup :
> "David B. Stocker" writes:
>
>> On 06/29/2015 06:32 PM, lilypond-user-requ...@gnu.org wrote:
>>>
>>> Maybe:
>>>
>>> \version "2.18.2"
>>>
>>> font-size-tweak =
>>> #(define-music-function (parser location music) (ly:music?)
>>> (map-some-music
>>>
Thomas Morley writes:
> 2015-06-30 7:57 GMT+02:00 David Kastrup :
>
>> And read the user list for people's problems and the given solutions.
>
> Yep, I still benefit from studying those problems/solutions.
> Actually, my proposal is inspired by
> http://lists.gnu.org/archive/html/lilypond-user/20
On 29 June 2015 at 19:13, Thomas Morley wrote:
> 2015-06-29 18:08 GMT+02:00 Ralf Mattes :
> >
> > Just a question - is this an example drawn from a historic source?
> > What you call a "flat sign" would back then be called a "fa-sign" and
> > the corresponing "sharp sign" would be read as a "mi s
>-Original Message-
>From: David Kastrup [mailto:d...@gnu.org]
>Sent: Monday, June 29, 2015 3:13 PM
>To: Peter Gentry
>Cc: lilypond-user@gnu.org
>Subject: [SPAM] Re: [SPAM] Re: Tweaking in scheme
>
>David Kastrup writes:
>
>> "Peter Gentry" writes:
>>
-Original Message-
>>
Hi,
I am making a copy of Beethoven's Little Menuet in G. Each of the four
parts begins with a partial bar. The barcheck failure warning tells me
that I cannot have a partial bar in the middle of a piece. I assume
there must be a workaround for this. Could someone point me to it please?
Bil
Hi Bill,
Can you please include a minimal compilable example that shows your
problem? I don't plan to do both
- goto the next shop or library to get that menut
- guess what 'part' expresses in the context of that piece
- write an example that could probably the same problems yours have
Partial me
On 1 Jul 2015 04:56, "Helge Kruse" wrote:
>
> Hi Bill,
>
> Can you please include a minimal compilable example that shows your
problem? I don't plan to do both
> - goto the next shop or library to get that menut
> - guess what 'part' expresses in the context of that piece
> - write an example that
On 1 July 2015 at 07:28, Chris Yate wrote:
> On 1 Jul 2015 04:56, "Helge Kruse" wrote:
> >
> > Hi Bill,
> >
> > Can you please include a minimal compilable example that shows your
> problem? I don't plan to do both
> > - goto the next shop or library to get that menut
> > - guess what 'part' exp
Chris Yate writes:
> On 1 Jul 2015 04:56, "Helge Kruse" wrote:
>>
>> Hi Bill,
>>
>> Can you please include a minimal compilable example that shows your
>> problem? I don't plan to do both
>> - goto the next shop or library to get that menut
>> - guess what 'part' expresses in the context of that
Hi Bill,
here's how I'd do:
\version "2.18.2"
global = {
\time 3/4
\key g\major
}
menuet = {
%% PART A
\repeat volta 2 {
% mes.0
\partial 4 s4 |
% mes.1-7
\repeat unfold 7 { s2. | }
% mes.8a
s2 % <= no barcheck (incomplete measure)
}
%% PART B
\repe
11 matches
Mail list logo