lilypond-user
[Top][All Lists]
Advanced

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

Re: how to filter out rests from articulations


From: Kieren MacMillan
Subject: Re: how to filter out rests from articulations
Date: Mon, 28 Dec 2009 10:15:47 -0500

Hi Stefan,

> in the below quoted snippet, I would like to have the rests in the second 
> staff without articulations.
> Is it possible?

With Lilypond, all things are possible.  =)
The snippet <http://lsr.dsi.unimi.it/LSR/Item?id=372> should give you the 
clue(s) you need.

Hope this helps!
Kieren.

> 
> \version "2.12.2"
> arti = { 
>   \repeat "unfold" 4 { s8-.-> s-. }
> }
> fragA = \relative c' {
>   \context Voice << {c8 d e f g a b c } { \arti }>>
> }
> fragB = \relative c'' {
>   \context Voice << {r8 b r g r e r c} {\arti }>>
>    }
>    
>    \score { 
>    << \new Staff \fragA
>      \new Staff \fragB >>
>    }
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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