> Tell me how to make the first letter in the \markup department red.
>
>   d4^\markup {  "Tell me how to make" } d4

Try

```
{
  d'4^\markup \concat { \with-color #red T ell " me how to make" }
  d'4
}
```


    Werner

Reply via email to