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

2015-02-07 Thread Simon Albrecht
 an @
character.

I'm fairly certain this is standard for regular expressions.

Maybe. In any case it seems to work for the problem at hand, while
@.*?@ did not work.

Thanks
Urs



?
Br. Samuel, OSB
(R. Padraic Springuel)

PAX ? ???

___
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


-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/archive/html/lilypond-user/attachments/20150206/8882f3c6/attachment.html

--

Message: 6
Date: Sat, 07 Feb 2015 00:40:58 +0100
From: Urs Liska u...@openlilylib.org
To: Craig Dabelstein craig.dabelst...@gmail.com,
lilypond-user@gnu.org
Subject: Re: Annotate and Lilyglyphs
Message-ID: 54d5510a.30...@openlilylib.org
Content-Type: text/plain; charset=utf-8; Format=flowed


Am 07.02.2015 um 00:39 schrieb Craig Dabelstein:

Hi List,

Sorry for the frustrating question, but how do I combine Samuel's code
-- @[^@]*@ -- with an annotate message such as -- Should the
@\textit{cresc.} begin here or immediately after the preceeding
\lilyDynamics{pp}@?

You don't do that at all. You simply wait until I have managed to update
everything and upload it ;-)


Craig


On Sat Feb 07 2015 at 7:49:15 AM Urs Liska u...@openlilylib.org
mailto:u...@openlilylib.org wrote:


 Am 06.02.2015 um 22:46 schrieb Br. Samuel Springuel:
  On 2015-02-06 4:18 PM, Noeck wrote:
  You could also enforce this by now allowing all characters between
  the @:
  e.g. @[-a-zA-Z\\_]*@
 
  Rather than include all characters not @ it would be better to
  simply exclude @.  I.e.:
 
  @[^@]*@
 
  The ^, when it is the first character inside a brace changes the
  brace from meaning anything in this group to meaning anything not
  in this group.  As a result this expression will match an string
  contained between to @ characters which does not itself
 contain an @
  character.
 
  I'm fairly certain this is standard for regular expressions.

 Maybe. In any case it seems to work for the problem at hand, while
 @.*?@ did not work.

 Thanks
 Urs

 
 
  ?
  Br. Samuel, OSB
  (R. Padraic Springuel)
 
  PAX ? ???
 
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org mailto:lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user


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


-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/archive/html/lilypond-user/attachments/20150207/d8896f2f/attachment.html

--

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


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

___
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: lilypond-user Digest, Vol 147, Issue 46

2015-02-06 Thread David Thorp
  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

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/archive/html/lilypond-user/attachments/20150206/8882f3c6/attachment.html

--

Message: 6
Date: Sat, 07 Feb 2015 00:40:58 +0100
From: Urs Liska u...@openlilylib.org
To: Craig Dabelstein craig.dabelst...@gmail.com,
   lilypond-user@gnu.org
Subject: Re: Annotate and Lilyglyphs
Message-ID: 54d5510a.30...@openlilylib.org
Content-Type: text/plain; charset=utf-8; Format=flowed


Am 07.02.2015 um 00:39 schrieb Craig Dabelstein:
 Hi List,

 Sorry for the frustrating question, but how do I combine Samuel's code 
 -- @[^@]*@ -- with an annotate message such as -- Should the 
 @\textit{cresc.} begin here or immediately after the preceeding 
 \lilyDynamics{pp}@?

You don't do that at all. You simply wait until I have managed to update 
everything and upload it ;-)


 Craig


 On Sat Feb 07 2015 at 7:49:15 AM Urs Liska u...@openlilylib.org 
 mailto:u...@openlilylib.org wrote:


 Am 06.02.2015 um 22:46 schrieb Br. Samuel Springuel:
  On 2015-02-06 4:18 PM, Noeck wrote:
  You could also enforce this by now allowing all characters between
  the @:
  e.g. @[-a-zA-Z\\_]*@
 
  Rather than include all characters not @ it would be better to
  simply exclude @.  I.e.:
 
  @[^@]*@
 
  The ^, when it is the first character inside a brace changes the
  brace from meaning anything in this group to meaning anything not
  in this group.  As a result this expression will match an string
  contained between to @ characters which does not itself
 contain an @
  character.
 
  I'm fairly certain this is standard for regular expressions.

 Maybe. In any case it seems to work for the problem at hand, while
 @.*?@ did not work.

 Thanks
 Urs

 
 
  ?
  Br. Samuel, OSB
  (R. Padraic Springuel)
 
  PAX ? ???
 
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org mailto:lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user


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


-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/archive/html/lilypond-user/attachments/20150207/d8896f2f/attachment.html

--

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


End of lilypond-user Digest, Vol 147, Issue 46
**
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user