[LSR 446] Modifying default values for articulation shorthand notation

2015-04-06 Thread Pierre Perol-Schneider
Hi Squad,

I find this snippet: http://lsr.di.unimi.it/LSR/Item?id=446
pretty interesting but not clear enough.
In order to put it in a less obscure first lecture impression, how about
presenting it as: http://lsr.di.unimi.it/LSR/Item?id=974

Cheers,
Pierre
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


[LSR-620] Vertical line as a baroque articulation mark

2015-04-06 Thread Pierre Perol-Schneider
Hi Squad Members,

Regarding this snippet:
http://lsr.di.unimi.it/LSR/Item?id=620
I'm not sure about the 'font-size 3' effect; was it for the articulation
line thickness?
Anyway I'm thinking about putting a more user-friendly script.
How about:

upline =
#(define-event-function (parser location) ()
   #{
  %% possible tweaks here, e.g:
  %-\tweak padding #1
  %-\tweak avoid-slur #'around
  %-\tweak direction #DOWN
  -\tweak stencil #(lambda (grob) (grob-interpret-markup grob
  #{
 \markup
 \override #'(thickness . 3)
 \draw-line #'(0 . 1)
  #}))
   \stopped
   #})

\relative c' {
  a'4^\upline a( c d')_\upline
}

Cheers,
Pierre
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: \hide c4 hides note head only

2015-04-06 Thread Eugene Cormier
On Mon, Apr 06, 2015 at 09:35:00PM -0400, Dan Eble wrote:
 % Is this supposed to leave a stem showing?
 \version 2.19.17
 \hide c''4
 — 
 Dan

you mean  \hideNotes right?

Eugene

-- 
Eugene Cormier
---
Full-time Instructor
Acadia University
www.eugenecormier.com
eugenecorm...@gmail.com
Office: Denton Hall Rm.235
Office Hours: Monday  Wednesday 10:30-11:30 (or by appointment)
Phone: (902) 585-1329


---
Statement of Confidentiality
This message (including attachments) may contain confidential or
privileged information intended for a specific individual or
organization. If you have received this communication in error, please
notify the sender immediately. If you are not the intended recipient,
you are not authorized to use, disclose, distribute, copy, print or rely
on this email, and should promptly delete this email from your entire
computer system.


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


\hide c4 hides note head only

2015-04-06 Thread Dan Eble
% Is this supposed to leave a stem showing?
\version 2.19.17
\hide c''4
— 
Dan


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


Re: \hide c4 hides note head only

2015-04-06 Thread Pierre Perol-Schneider
Hi Dan

2015-04-07 3:35 GMT+02:00 Dan Eble d...@faithful.be:

 % Is this supposed to leave a stem showing?
 \version 2.19.17
 \hide c''4


Yes, because equivalent to:

\version 2.19.17

{
  \tweak transparent ##t c''4
}

(AFAIK)
Cheers,
Pierre
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Learning manual, v2.18/v2.19 typo

2015-04-06 Thread Phil Holmes
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote in message 
news:caphotuxkcmyassgepbrt-iw3ey7j7iao8rx7-xbn1tzrp2o...@mail.gmail.com...

I'm not top posting.

Dear Bug Squad,

On this page:
http://www.lilypond.org/doc/v2.19/Documentation/learning/saving-typing-with-variables-and-functions.html

There's a typo down here:

violin = \relative c'' {
 \repeat volta 2 {
   c4._\markup { \italic \bold dolce } b8 a8 g a b |
   \once \override TextScript.padding = #5.0
   c4.^hi there! d8 e' f g d |
%
   c,4.\markup { %% = 'c,4.-\markup {'
%
 \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p
   }
   b8 c4 c-. |
 }
}

Cheers,
Pierre


Agreed.  I actually think this is a fairly poor example.  As well as the 
error, the padding is not obvious because of the e' following it, and the 
use of


\layout { ragged-right = ##t }

is atypical of examples in the LM.  I think I'll prepare a patch.

--
Phil Holmes



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


Re: Learning manual, v2.18/v2.19 typo

2015-04-06 Thread Phil Holmes
Phil Holmes m...@philholmes.net wrote in message 
news:mftk1h$t8s$1...@ger.gmane.org...
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote in 
message 
news:caphotuxkcmyassgepbrt-iw3ey7j7iao8rx7-xbn1tzrp2o...@mail.gmail.com...

I'm not top posting.

Dear Bug Squad,

On this page:
http://www.lilypond.org/doc/v2.19/Documentation/learning/saving-typing-with-variables-and-functions.html

There's a typo down here:

violin = \relative c'' {
 \repeat volta 2 {
   c4._\markup { \italic \bold dolce } b8 a8 g a b |
   \once \override TextScript.padding = #5.0
   c4.^hi there! d8 e' f g d |
%
   c,4.\markup { %% = 'c,4.-\markup {'
%
 \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p
   }
   b8 c4 c-. |
 }
}

Cheers,
Pierre


Agreed.  I actually think this is a fairly poor example.  As well as the 
error, the padding is not obvious because of the e' following it, and the 
use of


\layout { ragged-right = ##t }

is atypical of examples in the LM.  I think I'll prepare a patch.

--
Phil Holmes


https://code.google.com/p/lilypond/issues/detail?id=4341

--
Phil Holmes



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