Re: Repeated \tempo markings

2013-08-07 Thread Xavier Scheuer
On 5 August 2013 15:45, David Kastrup  wrote:
>
> Remove the Metronome_mark_engraver from \Score and add it to the Staff
> or StaffGroup where you want to see the marks.

Please note that moving "Mark_engraver" or "Metronome_mark_engraver"
to a StaffGroup (or alike: GrandStaff, ChoirStaff, etc.) context does
not work as expected.  See issue #2199.
https://code.google.com/p/lilypond/issues/detail?id=2199

Cheers,
Xavier

-- 
Xavier Scheuer 
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Repeated \tempo markings

2013-08-07 Thread David Kastrup
Xavier Scheuer  writes:

> On 5 August 2013 15:45, David Kastrup  wrote:
>>
>> Remove the Metronome_mark_engraver from \Score and add it to the Staff
>> or StaffGroup where you want to see the marks.
>
> Please note that moving "Mark_engraver" or "Metronome_mark_engraver"
> to a StaffGroup (or alike: GrandStaff, ChoirStaff, etc.) context does
> not work as expected.  See issue #2199.
> https://code.google.com/p/lilypond/issues/detail?id=2199

Interesting.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Repeated \tempo markings

2013-08-07 Thread Paul Scott
On Wed, Aug 07, 2013 at 11:41:05AM +0200, Xavier Scheuer wrote:
> On 5 August 2013 15:45, David Kastrup  wrote:
> >
> > Remove the Metronome_mark_engraver from \Score and add it to the Staff
> > or StaffGroup where you want to see the marks.
> 

I keep tempo information in a separate variable (timing) and use 
<< \timing \music >> to include the tempo information in whichver staff I 
want it.  If that answer is too brief I'll give an example.

Paul Scott

> Please note that moving "Mark_engraver" or "Metronome_mark_engraver"
> to a StaffGroup (or alike: GrandStaff, ChoirStaff, etc.) context does
> not work as expected.  See issue #2199.
> https://code.google.com/p/lilypond/issues/detail?id=2199
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer 

> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: ties

2013-08-07 Thread Mark Stephen Mrotek
Urs Liska:

Thank you for your reply and the reference.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Urs
Liska
Sent: Tuesday, August 06, 2013 11:54 PM
To: lilypond-user@gnu.org
Subject: Re: ties

Am 07.08.2013 08:37, schrieb Nick Payne:
> On 07/08/13 13:36, Mark Stephen Mrotek wrote:
>> Hello:
>>
>> While the tie on the  "e" appears, the tie on the "a" and the tie on 
>> the "cis" do not appear.
>>
>
> You need to re-arrange the voices so that the ties are between notes 
> in the same voice. You can't have a tie from a note in one voice to a 
> note in another voice. See 
> http://www.lilypond.org/doc/v2.17/Documentation/learning/other-uses-fo
> r-tweaks#tying-notes-across-voices
> for an example of one way to do it.
And maybe this will also help you understanding the issue:
http://lilypondblog.org/2013/07/voice-contexts-in-temporary-polyphonic-secti
ons/

Best
Urs
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


excluding a staff from MIDI output

2013-08-07 Thread Jan Kašpar
Hello,

I wonder whether there is a simple way of excluding a staff from the
MIDI output.

Many thanks in advance,

Jan.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: ties

2013-08-07 Thread Mark Stephen Mrotek
Mr. Payne:

Thank you for your response and the reference.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Nick Payne
Sent: Tuesday, August 06, 2013 11:38 PM
To: lilypond-user@gnu.org
Subject: Re: ties

On 07/08/13 13:36, Mark Stephen Mrotek wrote:
> Hello:
>
> While the tie on the  "e" appears, the tie on the "a" and the tie on 
> the "cis" do not appear.
>

You need to re-arrange the voices so that the ties are between notes in the
same voice. You can't have a tie from a note in one voice to a note in
another voice. See
http://www.lilypond.org/doc/v2.17/Documentation/learning/other-uses-for-twea
ks#tying-notes-across-voices
for an example of one way to do it.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: accordion push/pull symbols

2013-08-07 Thread David Kastrup
"Karol Majewski"  writes:

> David, are you sure that your code is OK? I can't make it work.

My code was a sketch.  So what did you try?

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: excluding a staff from MIDI output

2013-08-07 Thread Glen Larsen
I often use this when developing guitar tabs so the MIDI output doesn't
double up:

\new TabStaff = "Guitar tabs" \with {
  \remove "Staff_performer"
}



On Wed, Aug 7, 2013 at 5:48 AM, Jan Kašpar  wrote:

> Hello,
>
> I wonder whether there is a simple way of excluding a staff from the
> MIDI output.
>
> Many thanks in advance,
>
> Jan.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


chromatic harmonica: number notations?

2013-08-07 Thread Carl J. Weber
For chromatic harmonica, blow and draw notes are easily notated in Lilypond
by customary circled and uncircled numbers placed in proximity to the
notes. However, when the chromatic harmonica slide is pushed in (causing to
be sharp the note as played without the slide pushed in), the traditional
notation was has been a dash below the blow or draw designation. Any
suggestions are highly appreciated.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Web site down?

2013-08-07 Thread Tim Slattery
What's with the Lilypond website? When I try to get there I get a page
that says "Site currently down due to high traffic".

-- 
Tim Slattery
slatter...@bls.gov


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Web site down?

2013-08-07 Thread Francois Planiol
Probably a good news? (many guys downloading lily or consulting
manuals online...)

2013/8/7, Tim Slattery :
> What's with the Lilypond website? When I try to get there I get a page
> that says "Site currently down due to high traffic".
>
> --
> Tim Slattery
> slatter...@bls.gov
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Steinberg's progress report on new notation software

2013-08-07 Thread SoundsFromSound
Thoughts?

http://blog.steinberg.net/2013/08/development-diary-part-two/?fb_source=pubv1



-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Steinberg-s-progress-report-on-new-notation-software-tp148842.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user