lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond-user Digest, Vol 147, Issue 95


From: MING TSANG
Subject: Re: lilypond-user Digest, Vol 147, Issue 95
Date: Sat, 14 Feb 2015 14:17:30 +0000 (UTC)

Anyone have problem to submit to user-request. I have been trying since Feb 12 six /seven times. They are all rejected.


On Friday, February 13, 2015 3:38 PM, "address@hidden" <address@hidden> wrote:


Send lilypond-user mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."


Today's Topics:

  1. Compile .ly via terminal in mac (jrsv)
  2. Re:Compile .ly via terminal in mac (Tim Walters)
  3. Re:Compile .ly via terminal in mac (Hans Aberg)
  4. Levelling hairpins (David Sumbler)
  5. Re:Levelling hairpins (tisimst)
  6. Re:Levelling hairpins (Richard Shann)
  7. Re:[Announce] Boulez anyone? (Thomas Morley)
  8. Re:[Announce] Boulez anyone? (Thomas Morley)


----------------------------------------------------------------------

Message: 1
Date: Fri, 13 Feb 2015 08:16:10 -0700 (MST)
From: jrsv <address@hidden>
To: address@hidden
Subject: Compile .ly via terminal in mac
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii

Hello forum,

I am new user of lilypond. I need to help out a friend compiling his scores.
We have setup a dropbox shared folder and I am preparing an automator action
in Mac to compile the files automatically via terminal.

so far I only manage to open the file with lilypond, meaning that when I
type

/Applications/LilyPond.app/Contents/MacOS/LilyPond "file.ly"

lilypond opens,

question is:

what would be the exact line to compile the file into a pdf??. Yes, I have
seen the documentation online but I cant seem to wrap my mind around it.

thank you for any help provided



--
View this message in context: http://lilypond.1069038.n5.nabble.com/Compile-ly-via-terminal-in-mac-tp171831.html
Sent from the User mailing list archive at Nabble.com.



------------------------------

Message: 2
Date: Fri, 13 Feb 2015 09:29:51 -0800
From: Tim Walters <address@hidden>
To: address@hidden
Subject: Re: Compile .ly via terminal in mac
Message-ID: <address@hidden>
Content-Type: text/plain; charset=windows-1252; format=flowed

/Applications/LilyPond.app/Contents/Resources/bin/lilypond "file.ly"

On 2/13/15 7:16 AM, jrsv wrote:
> Hello forum,
>
> I am new user of lilypond. I need to help out a friend compiling his scores.
> We have setup a dropbox shared folder and I am preparing an automator action
> in Mac to compile the files automatically via terminal.
>
> so far I only manage to open the file with lilypond, meaning that when I
> type
>
> /Applications/LilyPond.app/Contents/MacOS/LilyPond "file.ly"
>
> lilypond opens,
>
> question is:
>
> what would be the exact line to compile the file into a pdf??. Yes, I have
> seen the documentation online but I cant seem to wrap my mind around it.
>
> thank you for any help provided
>
>
>
> --
> View this message in context: http://lilypond.1069038.n5.nabble.com/Compile-ly-via-terminal-in-mac-tp171831.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

On 2/13/15 7:16 AM, jrsv wrote:
> Hello forum,
>
> I am new user of lilypond. I need to help out a friend compiling his scores.
> We have setup a dropbox shared folder and I am preparing an automator action
> in Mac to compile the files automatically via terminal.
>
> so far I only manage to open the file with lilypond, meaning that when I
> type
>
> /Applications/LilyPond.app/Contents/MacOS/LilyPond "file.ly"
>
> lilypond opens,
>
> question is:
>
> what would be the exact line to compile the file into a pdf??. Yes, I have
> seen the documentation online but I cant seem to wrap my mind around it.
>
> thank you for any help provided
>
>
>
> --
> View this message in context: http://lilypond.1069038.n5.nabble.com/Compile-ly-via-terminal-in-mac-tp171831.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




------------------------------

Message: 3
Date: Fri, 13 Feb 2015 18:30:37 +0100
From: Hans Aberg <address@hidden>
To: jrsv <address@hidden>
Cc: address@hidden
Subject: Re: Compile .ly via terminal in mac
Message-ID: <address@hidden>
Content-Type: text/plain; charset=utf-8


> On 13 Feb 2015, at 16:16, jrsv <address@hidden> wrote:
>
> I am new user of lilypond. I need to help out a friend compiling his scores.
> We have setup a dropbox shared folder and I am preparing an automator action
> in Mac to compile the files automatically via terminal.

Make script called ?lilypond? somewhere in your PATH with the single line
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "address@hidden

Then compile with
  lilypond <name>.ly

Open the output file with
  open <name>.pdf

Also try
  ls /Applications/LilyPond.app/Contents/Resources/bin/
to see what other binaries are available.





------------------------------

Message: 4
Date: Fri, 13 Feb 2015 18:13:14 +0000
From: David Sumbler <address@hidden>
To: address@hidden
Subject: Levelling hairpins
Message-ID: <address@hidden>
Content-Type: text/plain; charset="UTF-8"

One of my pieces has a lot of crescendo-decrescendo markings, using two
"hairpins" (i.e. < and > ).

Mostly these look fine; but just occasionally, because of the contours
of the melodic line above the hairpins, the crescendo and decrescendo
hairpins have different vertical placements and are not level.

What is the simplest way to get them both to appear at the level
required by the lower one of the two?

David




------------------------------

Message: 5
Date: Fri, 13 Feb 2015 11:21:10 -0700 (MST)
From: tisimst <address@hidden>
To: address@hidden
Subject: Re: Levelling hairpins
Message-ID:
    <CACzy+cYPCYnD0OUyWJNn=CfOQC3RAu=KZbtX+address@hidden>
Content-Type: text/plain; charset="us-ascii"

David,

You have several options, but first would you mind providing a tiny example
that shows these undesired offsets? Thanks

- Abraham

On Fri, Feb 13, 2015 at 11:13 AM, David Sumbler [via Lilypond] <
ml-node+address@hidden> wrote:

> One of my pieces has a lot of crescendo-decrescendo markings, using two
> "hairpins" (i.e. < and > ).
>
> Mostly these look fine; but just occasionally, because of the contours
> of the melodic line above the hairpins, the crescendo and decrescendo
> hairpins have different vertical placements and are not level.
>
> What is the simplest way to get them both to appear at the level
> required by the lower one of the two?
>
> David
>
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=171841&i=0>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
> http://lilypond.1069038.n5.nabble.com/Levelling-hairpins-tp171841.html
>  To start a new topic under User, email ml-node+address@hidden
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://lilypond.1069038.n5.nabble.com/Levelling-hairpins-tp171841p171842.html
Sent from the User mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20150213/b73836fb/attachment.html>

------------------------------

Message: 6
Date: Fri, 13 Feb 2015 17:43:10 +0000
From: Richard Shann <address@hidden>
To: tisimst <address@hidden>
Cc: address@hidden
Subject: Re: Levelling hairpins
Message-ID: <address@hidden>
Content-Type: text/plain; charset="UTF-8"

On Fri, 2015-02-13 at 11:21 -0700, tisimst wrote:
> David,
>
>
> You have several options, but first would you mind providing a tiny
> example that shows these undesired offsets? Thanks

This is too well known to need an example, indeed one is given in the
documentation

http://www.lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes#dynamics

where the solution is discussed

A Dynamics context is available to engrave dynamics on their own
horizontal line. Use spacer rests to indicate timing. (Notes in a
Dynamics context will also take up musical time, but will not be
engraved.) The Dynamics context can usefully contain some other items
such as text scripts, text spanners, and piano pedal marks.

Richard

>
>
> - Abraham
>
> On Fri, Feb 13, 2015 at 11:13 AM, David Sumbler [via Lilypond]
> <[hidden email]> wrote:
>        One of my pieces has a lot of crescendo-decrescendo markings,
>        using two
>        "hairpins" (i.e. < and > ).
>       
>        Mostly these look fine; but just occasionally, because of the
>        contours
>        of the melodic line above the hairpins, the crescendo and
>        decrescendo
>        hairpins have different vertical placements and are not
>        level.
>       
>        What is the simplest way to get them both to appear at the
>        level
>        required by the lower one of the two?
>       
>        David
>       
>       
>        _______________________________________________
>        lilypond-user mailing list
>        [hidden email]
>        https://lists.gnu.org/mailman/listinfo/lilypond-user
>       
>       
>       
>        ______________________________________________________________
>        If you reply to this email, your message will be added to the
>        discussion below:
>        http://lilypond.1069038.n5.nabble.com/Levelling-hairpins-tp171841.html
>        To start a new topic under User, email [hidden email]
>        To unsubscribe from Lilypond, click here.
>        NAML
>
>
>
>
> ______________________________________________________________________
> View this message in context: Re: Levelling hairpins
> Sent from the User mailing list archive at Nabble.com.
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user





------------------------------

Message: 7
Date: Fri, 13 Feb 2015 21:33:33 +0100
From: Thomas Morley <address@hidden>
To: David Stephen Grant <address@hidden>
Cc: lilypond <address@hidden>
Subject: Re: [Announce] Boulez anyone?
Message-ID:
    <address@hidden>
Content-Type: text/plain; charset=UTF-8

2015-02-13 13:10 GMT+01:00 David Stephen Grant <address@hidden>:
> I've been wondering - is there an easy way to use the built-in straight
> LilyPond flags also in metronome marks and markups?

Yes, use:

  \override Score.MetronomeMark.flag-style = #'modern-straight-flag
and
  \override TextScript.flag-style = #'modern-straight-flag

or for a single markup:

\markup
\override #'(flag-style . modern-straight-flag)
{
    "modern-straight-flag:"
    \note-by-number #3 #0 #UP
}

>
> \version "2.19.15"
>
> \relative c' {
>  \override Score.Flag.stencil = #modern-straight-flag
>
>  \time 2/4
>  \autoBeamOff
>
>  \tempo "Default flag:" 8 = 120
>  c8 d16 c32 d64 \acciaccatura { c8 }
>  d64^\markup { "Default flag:"\note-by-number #3 #0 #UP } r4
> }
>



------------------------------

Message: 8
Date: Fri, 13 Feb 2015 21:38:28 +0100
From: Thomas Morley <address@hidden>
To: Noeck <address@hidden>
Cc: lilypond-user <address@hidden>
Subject: Re: [Announce] Boulez anyone?
Message-ID:
    <CABsfGyWQdeqx4R=address@hidden>
Content-Type: text/plain; charset=UTF-8

2015-02-13 12:15 GMT+01:00 Noeck <address@hidden>:
> Thanks a lot Abraham, it is just great to see all these styles.
>
> You know that, but for all who don't: straight flags and other flag styles can
> also be easily set in LilyPond for fonts that support it like the default font:
> http://www.lilypond.org/doc/v2.19/Documentation/snippets/rhythms#rhythms-using-alternative-flag-styles
>
> Cheers,
> Joram



This snippet should demonstrate flat-flags as well.

I have to blame  -  myself:

commit baa9a1f25594917e9817aba61585a1a9caeeb217
Author: Thomas Morley <address@hidden>
Date:  Wed Oct 2 23:31:50 2013 +0200

    Making flat flags available

    Issue 3591

    The markup-command 'note-ny-number' and the relvant regression-
    tests are extended, too.
    The sippet 'using-alternative-flag-styles.ly' from
    Documentation/snippets/new/ isn't changed for now, will be tackled
    in a follow up.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I completely forgot it. Will do asap. hopefully...


Cheers,
  Harm



------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


End of lilypond-user Digest, Vol 147, Issue 95
**********************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]